| 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;
|
|
|