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

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

Issue 8091002: PART2: Make SignedSettings use proper Value types instead of string all around the place. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the nits and rebased on ToT (which now has PART1 in). Created 9 years, 1 month 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/system_settings_provider.h
diff --git a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
index e3f95b0a4e535a5bf5a0f0ae56bdd67848fb20d6..4ac725a2e541c0a7cdc3c223121c675e906586a8 100644
--- a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
+++ b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
@@ -41,7 +41,8 @@ class SystemSettingsProvider : public CrosSettingsProvider,
private:
// CrosSettingsProvider overrides.
- virtual void DoSet(const std::string& path, base::Value* in_value) OVERRIDE;
+ virtual void DoSet(const std::string& path,
+ const base::Value& in_value) OVERRIDE;
// Gets timezone name.
static string16 GetTimezoneName(const icu::TimeZone& timezone);

Powered by Google App Engine
This is Rietveld 408576698