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

Unified Diff: chrome/browser/extensions/api/storage/settings_sync_processor.h

Issue 16915006: Convert most of extensions and some other random stuff to using the base namespace for Values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/extensions/api/storage/settings_sync_processor.h
diff --git a/chrome/browser/extensions/api/storage/settings_sync_processor.h b/chrome/browser/extensions/api/storage/settings_sync_processor.h
index 834e02667b36beeb7365c4848b4a6b715c7b8bac..acc836f38299b3813bd2179f8eaaa030393aaf5f 100644
--- a/chrome/browser/extensions/api/storage/settings_sync_processor.h
+++ b/chrome/browser/extensions/api/storage/settings_sync_processor.h
@@ -31,7 +31,7 @@ class SettingsSyncProcessor {
~SettingsSyncProcessor();
// Initializes this with the initial state of sync.
- void Init(const DictionaryValue& initial_state);
+ void Init(const base::DictionaryValue& initial_state);
// Sends |changes| to sync.
syncer::SyncError SendChanges(const ValueStoreChangeList& changes);

Powered by Google App Engine
This is Rietveld 408576698