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

Unified Diff: chrome/common/json_pref_store.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/common/json_pref_store.h
===================================================================
--- chrome/common/json_pref_store.h (revision 91508)
+++ chrome/common/json_pref_store.h (working copy)
@@ -16,13 +16,16 @@
#include "chrome/common/persistent_pref_store.h"
namespace base {
+class DictionaryValue;
class MessageLoopProxy;
+class Value;
}
-class DictionaryValue;
class FilePath;
-class Value;
+using base::DictionaryValue;
+using base::Value;
+
// A writable PrefStore implementation that is used for user preferences.
class JsonPrefStore : public PersistentPrefStore,
public ImportantFileWriter::DataSerializer {

Powered by Google App Engine
This is Rietveld 408576698