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

Unified Diff: sync/test/engine/syncer_command_test.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/test/engine/mock_connection_manager.cc ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/syncer_command_test.h
diff --git a/sync/test/engine/syncer_command_test.h b/sync/test/engine/syncer_command_test.h
index 58b034f191bc49cf0600a738b61435de14ec83a2..18d04cd3fa677ee3b55baff86aec38eeed3ef89c 100644
--- a/sync/test/engine/syncer_command_test.h
+++ b/sync/test/engine/syncer_command_test.h
@@ -101,7 +101,7 @@ class SyncerCommandTestBase : public testing::Test,
// Lazily create a session requesting all datatypes with no payload.
sessions::SyncSession* session() {
- syncable::ModelTypePayloadMap types =
+ syncer::ModelTypePayloadMap types =
ModelSafeRoutingInfoToPayloadMap(routing_info_, std::string());
return session(sessions::SyncSourceInfo(types));
}
« no previous file with comments | « sync/test/engine/mock_connection_manager.cc ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698