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

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: Fixed some memory leaks in tests. 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/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 039689ff4b97fae0b658afe5fcb9f1e7bcf9e47d..56f99aeaee6e772bc261906af08cae539049fa8c 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