Index: chrome/common/extensions/manifest_tests/extension_manifests_sandboxed_unittest.cc |
diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_sandboxed_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_sandboxed_unittest.cc |
index c467e17ee3a419b8bb3f1fb95c908dbc66fe9bee..9220aedad5ae11675b10cbe914de70ee34d237ea 100644 |
--- a/chrome/common/extensions/manifest_tests/extension_manifests_sandboxed_unittest.cc |
+++ b/chrome/common/extensions/manifest_tests/extension_manifests_sandboxed_unittest.cc |
@@ -2,7 +2,7 @@ |
// 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/chrome_manifest_test.h" |
+#include "chrome/common/extensions/manifest_tests/extension_manifest_test.h" |
#include "extensions/common/manifest_constants.h" |
#include "extensions/common/manifest_handlers/csp_info.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -11,7 +11,7 @@ namespace extensions { |
namespace errors = manifest_errors; |
-class SandboxedPagesManifestTest : public ChromeManifestTest { |
+class SandboxedPagesManifestTest : public ExtensionManifestTest { |
}; |
TEST_F(SandboxedPagesManifestTest, SandboxedPages) { |