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

Unified Diff: chrome/common/extensions/manifest_handlers/offline_enabled_info.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/manifest_handlers/offline_enabled_info.cc
diff --git a/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc b/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
index 3f32e52bdd6e8925bb89dda57a7c4a3901d5ef2d..4cc8ceb2de07d6bf2423a5c51d0a393d6c2f432d 100644
--- a/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
+++ b/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
@@ -11,10 +11,10 @@
#include "base/values.h"
#include "chrome/common/extensions/extension_manifest_constants.h"
-namespace keys = extension_manifest_keys;
-
namespace extensions {
+namespace keys = manifest_keys;
+
OfflineEnabledInfo::OfflineEnabledInfo(bool is_offline_enabled)
: offline_enabled(is_offline_enabled) {
}

Powered by Google App Engine
This is Rietveld 408576698