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

Unified Diff: chrome/browser/extensions/extension_preference_helpers.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
Index: chrome/browser/extensions/extension_preference_helpers.h
diff --git a/chrome/browser/extensions/extension_preference_helpers.h b/chrome/browser/extensions/extension_preference_helpers.h
index 410faa3019e3ce5a91d2feb9a3da4f15f298400a..1497b39b52f6e92c640649c1b5b0c1c28f0d08cf 100644
--- a/chrome/browser/extensions/extension_preference_helpers.h
+++ b/chrome/browser/extensions/extension_preference_helpers.h
@@ -19,7 +19,8 @@ class ListValue;
namespace extension_preference_helpers {
-bool StringToScope(const std::string& s, ExtensionPrefsScope* scope);
+bool StringToScope(const std::string& s,
+ extensions::ExtensionPrefsScope* scope);
// Returns a string constant (defined in the API) indicating the level of
// control this extension has over the specified preference.
« no previous file with comments | « chrome/browser/extensions/extension_preference_api.cc ('k') | chrome/browser/extensions/extension_preference_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698