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

Unified Diff: chrome/browser/extensions/settings/settings_sync_util.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 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/settings/settings_sync_util.h
diff --git a/chrome/browser/extensions/settings/settings_sync_util.h b/chrome/browser/extensions/settings/settings_sync_util.h
index dede098137345b39b8d9f0b91d1017d641ec31b1..33b026c9e4f9fe684bb4e6b9165741ae7dd1a14c 100644
--- a/chrome/browser/extensions/settings/settings_sync_util.h
+++ b/chrome/browser/extensions/settings/settings_sync_util.h
@@ -23,27 +23,27 @@ syncer::SyncData CreateData(
const std::string& extension_id,
const std::string& key,
const base::Value& value,
- syncable::ModelType type);
+ syncer::ModelType type);
// Creates an "add" sync change for an extension or app setting.
syncer::SyncChange CreateAdd(
const std::string& extension_id,
const std::string& key,
const base::Value& value,
- syncable::ModelType type);
+ syncer::ModelType type);
// Creates an "update" sync change for an extension or app setting.
syncer::SyncChange CreateUpdate(
const std::string& extension_id,
const std::string& key,
const base::Value& value,
- syncable::ModelType type);
+ syncer::ModelType type);
// Creates a "delete" sync change for an extension or app setting.
syncer::SyncChange CreateDelete(
const std::string& extension_id,
const std::string& key,
- syncable::ModelType type);
+ syncer::ModelType type);
} // namespace settings_sync_util
« no previous file with comments | « chrome/browser/extensions/settings/settings_sync_unittest.cc ('k') | chrome/browser/extensions/settings/settings_sync_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698