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

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

Issue 11369258: Revert 167808 - Get rid of use of CreateStringValue in chromeos/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/chromeos/settings/system_settings_provider.h
===================================================================
--- chrome/browser/chromeos/settings/system_settings_provider.h (revision 167824)
+++ chrome/browser/chromeos/settings/system_settings_provider.h (working copy)
@@ -14,7 +14,7 @@
#include "third_party/icu/public/i18n/unicode/timezone.h"
namespace base {
-class StringValue;
+class Value;
}
namespace chromeos {
@@ -39,7 +39,7 @@
virtual void DoSet(const std::string& path,
const base::Value& in_value) OVERRIDE;
- scoped_ptr<base::StringValue> timezone_value_;
+ scoped_ptr<base::Value> timezone_value_;
DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
};

Powered by Google App Engine
This is Rietveld 408576698