Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h |
index 6c18fe0ed99c1eb54c4810e00e2f4656bc372d51..bbcdeae6d89138e1262f0d8495650df8227d5747 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h |
+++ b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h |
@@ -17,10 +17,10 @@ class CoreChromeOSOptionsHandler : public CoreOptionsHandler { |
protected: |
// ::CoreOptionsHandler overrides |
- virtual Value* FetchPref(const std::string& pref_name); |
+ virtual base::Value* FetchPref(const std::string& pref_name); |
Mattias Nissler (ping if slow)
2011/10/13 13:41:06
nit: OVERRIDE
pastarmovj
2011/10/26 15:43:19
Done throughout the whole file.
|
virtual void ObservePref(const std::string& pref_name); |
virtual void SetPref(const std::string& pref_name, |
- const Value* value, |
+ const base::Value* value, |
const std::string& metric); |
virtual void StopObservingPref(const std::string& path); |