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 11c14d475c4114c77c255328b39a82ddc3397830..3d006b25844630d499b9f95f49a3703127825b00 100644 |
--- a/chrome/common/extensions/api/commands/commands_manifest_unittest.cc |
+++ b/chrome/common/extensions/api/commands/commands_manifest_unittest.cc |
@@ -8,12 +8,13 @@ |
#include "base/strings/string_util.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/extensions/api/commands/commands_handler.h" |
+#include "extensions/common/manifest_constants.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace errors = extension_manifest_errors; |
- |
namespace extensions { |
+namespace errors = manifest_errors; |
+ |
class CommandsManifestTest : public ExtensionManifestTest { |
}; |