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

Unified Diff: chrome/common/extensions/api/managed_mode_private/managed_mode_handler.cc

Issue 22794012: Rename extension_manifest_keys namespace to extensions::manifest_keys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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/api/managed_mode_private/managed_mode_handler.cc
diff --git a/chrome/common/extensions/api/managed_mode_private/managed_mode_handler.cc b/chrome/common/extensions/api/managed_mode_private/managed_mode_handler.cc
index 56e6c102801d9e4942beb121784164e245f51312..1935b294d64760144ecd529c94a5ce23cd518ace 100644
--- a/chrome/common/extensions/api/managed_mode_private/managed_mode_handler.cc
+++ b/chrome/common/extensions/api/managed_mode_private/managed_mode_handler.cc
@@ -11,10 +11,10 @@
#include "chrome/common/extensions/extension_manifest_constants.h"
#include "extensions/common/error_utils.h"
-namespace keys = extension_manifest_keys;
-
namespace extensions {
+namespace keys = manifest_keys;
+
ManagedModeInfo::ManagedModeInfo() {
}

Powered by Google App Engine
This is Rietveld 408576698