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

Unified Diff: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h

Issue 7867044: PART1: Initiated the SignedSettings refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments from Chris and rebased to ToT to get it running on the try servers again. Created 9 years, 2 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/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);

Powered by Google App Engine
This is Rietveld 408576698