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

Unified Diff: chrome/browser/chromeos/metrics_cros_settings_provider.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/metrics_cros_settings_provider.h
===================================================================
--- chrome/browser/chromeos/metrics_cros_settings_provider.h (revision 92173)
+++ chrome/browser/chromeos/metrics_cros_settings_provider.h (working copy)
@@ -27,8 +27,8 @@
private:
// CrosSettingsProvider implementation.
- virtual void DoSet(const std::string& path, Value* value);
- virtual bool Get(const std::string& path, Value** value) const;
+ virtual void DoSet(const std::string& path, base::Value* value);
+ virtual bool Get(const std::string& path, base::Value** value) const;
virtual bool HandlesSetting(const std::string& path);
DISALLOW_COPY_AND_ASSIGN(MetricsCrosSettingsProvider);
« no previous file with comments | « chrome/browser/chromeos/login/enterprise_enrollment_view.h ('k') | chrome/browser/chromeos/network_message_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698