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

Unified Diff: sync/internal_api/public/test/test_entry_factory.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
« no previous file with comments | « sync/internal_api/public/sync_manager.h ('k') | sync/internal_api/public/write_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/test/test_entry_factory.h
diff --git a/sync/internal_api/public/test/test_entry_factory.h b/sync/internal_api/public/test/test_entry_factory.h
index bcf531625c18598109d08673785bae77a0c249d6..931b8e743a5d1cb1eee659e81fd8a91e6e3d790d 100644
--- a/sync/internal_api/public/test/test_entry_factory.h
+++ b/sync/internal_api/public/test/test_entry_factory.h
@@ -42,18 +42,18 @@ class TestEntryFactory {
const syncable::Id& parent_id,
const std::string& name,
bool is_folder,
- syncable::ModelType model_type,
+ syncer::ModelType model_type,
int64* metahandle_out);
// Creates an item that is both unsynced an an unapplied update. Returns the
// metahandle of the created item.
int64 CreateUnappliedAndUnsyncedItem(const std::string& name,
- syncable::ModelType model_type);
+ syncer::ModelType model_type);
// Creates an item that has neither IS_UNSYNED or IS_UNAPPLIED_UPDATE. The
// item is known to both the server and client. Returns the metahandle of
// the created item.
- int64 CreateSyncedItem(const std::string& name, syncable::ModelType
+ int64 CreateSyncedItem(const std::string& name, syncer::ModelType
model_type, bool is_folder);
int64 GetNextRevision();
« no previous file with comments | « sync/internal_api/public/sync_manager.h ('k') | sync/internal_api/public/write_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698