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

Unified Diff: chrome/browser/extensions/extension_prefs_scope.h

Issue 10704023: Moved ExtensionPrefs and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master merged in Created 8 years, 5 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
« no previous file with comments | « chrome/browser/extensions/extension_prefs.cc ('k') | chrome/browser/extensions/extension_prefs_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_prefs_scope.h
diff --git a/chrome/browser/extensions/extension_prefs_scope.h b/chrome/browser/extensions/extension_prefs_scope.h
index 9de6d5a8e46e6103d04cda4d6b87373b9b9f6f73..adc0dc2b4881b52c113f1107557780b3ee9ca2b4 100644
--- a/chrome/browser/extensions/extension_prefs_scope.h
+++ b/chrome/browser/extensions/extension_prefs_scope.h
@@ -8,6 +8,8 @@
#include "base/basictypes.h"
+namespace extensions {
+
// Scope for a preference.
enum ExtensionPrefsScope {
// Regular profile and incognito.
@@ -22,4 +24,6 @@ enum ExtensionPrefsScope {
kExtensionPrefsScopeIncognitoSessionOnly
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_PREFS_SCOPE_H_
« no previous file with comments | « chrome/browser/extensions/extension_prefs.cc ('k') | chrome/browser/extensions/extension_prefs_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698