Index: chrome/common/extensions/manifest_handlers/app_launch_info.cc |
diff --git a/chrome/common/extensions/manifest_handlers/app_launch_info.cc b/chrome/common/extensions/manifest_handlers/app_launch_info.cc |
index 4b9ee12d71282a8f76a41ddbb76ec36718e69e68..dc22f1c900719cb5e5a3e91bde8d768d5602e34c 100644 |
--- a/chrome/common/extensions/manifest_handlers/app_launch_info.cc |
+++ b/chrome/common/extensions/manifest_handlers/app_launch_info.cc |
@@ -10,16 +10,16 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/extensions/extension_manifest_constants.h" |
#include "chrome/common/url_constants.h" |
#include "extensions/common/error_utils.h" |
- |
-namespace keys = extensions::manifest_keys; |
-namespace values = extension_manifest_values; |
-namespace errors = extension_manifest_errors; |
+#include "extensions/common/manifest_constants.h" |
namespace extensions { |
+namespace keys = manifest_keys; |
+namespace values = manifest_values; |
+namespace errors = manifest_errors; |
+ |
namespace { |
bool ReadLaunchDimension(const extensions::Manifest* manifest, |