Index: chrome/common/extensions/manifest_handlers/theme_handler.cc |
diff --git a/chrome/common/extensions/manifest_handlers/theme_handler.cc b/chrome/common/extensions/manifest_handlers/theme_handler.cc |
index 21dfb99d88f28e44a20bf8f6b4c95fc2f8c2f168..059ad98a112a0f4071fa590b9f74d8b566c69e5a 100644 |
--- a/chrome/common/extensions/manifest_handlers/theme_handler.cc |
+++ b/chrome/common/extensions/manifest_handlers/theme_handler.cc |
@@ -8,15 +8,15 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
-#include "chrome/common/extensions/extension_manifest_constants.h" |
#include "extensions/common/manifest.h" |
+#include "extensions/common/manifest_constants.h" |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |
namespace extensions { |
-namespace keys = extensions::manifest_keys; |
-namespace errors = extension_manifest_errors; |
+namespace keys = manifest_keys; |
+namespace errors = manifest_errors; |
namespace { |