Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4927)

Unified Diff: chrome/common/extensions/manifest_handler_helpers.cc

Issue 23744004: Move the rest of extension_manifest_constants to top-level extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/manifest_handler_helpers.cc
diff --git a/chrome/common/extensions/manifest_handler_helpers.cc b/chrome/common/extensions/manifest_handler_helpers.cc
index 80c69f014a01b2c98cdad7115e17f4da93775d6c..63bb78c75ba3defd61be54b4b0e1a566040dc057 100644
--- a/chrome/common/extensions/manifest_handler_helpers.cc
+++ b/chrome/common/extensions/manifest_handler_helpers.cc
@@ -10,12 +10,14 @@
#include "base/values.h"
#include "chrome/common/extensions/extension.h"
#include "chrome/common/extensions/extension_icon_set.h"
-#include "chrome/common/extensions/extension_manifest_constants.h"
#include "extensions/common/error_utils.h"
+#include "extensions/common/manifest_constants.h"
-namespace errors = extension_manifest_errors;
namespace extensions {
+
+namespace errors = manifest_errors;
+
namespace manifest_handler_helpers {
bool NormalizeAndValidatePath(std::string* path) {
@@ -57,5 +59,6 @@ bool LoadIconsFromDictionary(const base::DictionaryValue* icons_value,
return true;
}
+} // namespace manifest_handler_helpers
+
} // namespace extensions
-} // namespace manifest_handler_extensions
« no previous file with comments | « chrome/common/extensions/incognito_handler.cc ('k') | chrome/common/extensions/manifest_handlers/app_isolation_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698