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

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

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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_pref_value_map.h
===================================================================
--- chrome/browser/extensions/extension_pref_value_map.h (revision 92173)
+++ chrome/browser/extensions/extension_pref_value_map.h (working copy)
@@ -72,7 +72,7 @@
void SetExtensionPref(const std::string& ext_id,
const std::string& key,
ExtensionPrefsScope scope,
- Value* value);
+ base::Value* value);
// Remove the extension preference value for |key| of extension |ext_id|.
// Precondition: the extension must be registered.
@@ -122,9 +122,9 @@
void RemoveObserver(Observer* observer);
- const Value* GetEffectivePrefValue(const std::string& key,
- bool incognito,
- bool* from_incognito) const;
+ const base::Value* GetEffectivePrefValue(const std::string& key,
+ bool incognito,
+ bool* from_incognito) const;
private:
struct ExtensionEntry;
« no previous file with comments | « chrome/browser/extensions/extension_omnibox_api.h ('k') | chrome/browser/extensions/extension_preference_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698