| Index: chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc
|
| index 202c75c065c2601d7081f39c50e44d57b6ca3114..0fa77b439d4297e416e5ed36442fab2b2741125e 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/strings/stringprintf.h"
|
| -#include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
|
| +#include "chrome/common/extensions/manifest_tests/chrome_manifest_test.h"
|
| #include "extensions/common/error_utils.h"
|
| #include "extensions/common/feature_switch.h"
|
| #include "extensions/common/manifest_constants.h"
|
| @@ -14,7 +14,7 @@ using namespace extensions;
|
|
|
| namespace errors = extensions::manifest_errors;
|
|
|
| -class OptionsPageManifestTest : public ExtensionManifestTest {
|
| +class OptionsPageManifestTest : public ChromeManifestTest {
|
| };
|
|
|
| TEST_F(OptionsPageManifestTest, OptionsPageInApps) {
|
|
|