Index: chrome/common/extensions/api/commands/commands_manifest_unittest.cc |
diff --git a/chrome/common/extensions/api/commands/commands_manifest_unittest.cc b/chrome/common/extensions/api/commands/commands_manifest_unittest.cc |
index 022d149a12a8b52d5ef47cb7d541ed8b4cef24f7..bb875959073cba9c9389227363027e86b726cc62 100644 |
--- a/chrome/common/extensions/api/commands/commands_manifest_unittest.cc |
+++ b/chrome/common/extensions/api/commands/commands_manifest_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 "base/command_line.h" |
#include "base/strings/string_util.h" |
@@ -17,7 +17,7 @@ namespace extensions { |
namespace errors = manifest_errors; |
-class CommandsManifestTest : public ChromeManifestTest { |
+class CommandsManifestTest : public ExtensionManifestTest { |
}; |
TEST_F(CommandsManifestTest, CommandManifestSimple) { |