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

Unified Diff: chrome/browser/chromeos/settings/system_settings_provider.h

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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/chromeos/settings/system_settings_provider.h
diff --git a/chrome/browser/chromeos/settings/system_settings_provider.h b/chrome/browser/chromeos/settings/system_settings_provider.h
index 0a59bc5c2ef5ad55cde26d7bfda4f7afd11ee403..e61761f4c9ff12b67d395ae3bd5d872c12b71e65 100644
--- a/chrome/browser/chromeos/settings/system_settings_provider.h
+++ b/chrome/browser/chromeos/settings/system_settings_provider.h
@@ -16,7 +16,6 @@
namespace base {
class Value;
-using StringValue = Value;
}
namespace chromeos {
@@ -39,7 +38,7 @@ class SystemSettingsProvider : public CrosSettingsProvider,
// CrosSettingsProvider implementation.
void DoSet(const std::string& path, const base::Value& in_value) override;
- std::unique_ptr<base::StringValue> timezone_value_;
+ std::unique_ptr<base::Value> timezone_value_;
DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
};

Powered by Google App Engine
This is Rietveld 408576698