Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / manifest_tests / extension_manifests_about_unittest.cc
index b177fbf..c0dd431 100644 (file)
@@ -2,14 +2,14 @@
 // 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 "chrome/common/extensions/manifest_url_handler.h"
 #include "extensions/common/manifest_constants.h"
 #include "testing/gtest/include/gtest/gtest.h"
 
 namespace errors = extensions::manifest_errors;
 
-class AboutPageManifestTest : public ExtensionManifestTest {};
+class AboutPageManifestTest : public ChromeManifestTest {};
 
 TEST_F(AboutPageManifestTest, AboutPageInSharedModules) {
   scoped_refptr<extensions::Extension> extension;