Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / manifest_tests / extension_manifests_default_extent_path_unittest.cc
index aeead3f..9d2a9bb 100644 (file)
@@ -2,11 +2,11 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
+#include "chrome/common/extensions/manifest_tests/chrome_manifest_test.h"
 #include "extensions/common/extension.h"
 #include "testing/gtest/include/gtest/gtest.h"
 
-TEST_F(ExtensionManifestTest, DefaultPathForExtent) {
+TEST_F(ChromeManifestTest, DefaultPathForExtent) {
   scoped_refptr<extensions::Extension> extension(
       LoadAndExpectSuccess("default_path_for_extent.json"));