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

Unified Diff: sync/test/engine/mock_connection_manager.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head 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/syncable/write_transaction_info.cc ('k') | sync/test/engine/mock_connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/mock_connection_manager.h
diff --git a/sync/test/engine/mock_connection_manager.h b/sync/test/engine/mock_connection_manager.h
index 1fe264edf37bd7b8f40f6732a2fc3f302fa00b94..c787027b787279948a61da866b0101aa76beb593 100644
--- a/sync/test/engine/mock_connection_manager.h
+++ b/sync/test/engine/mock_connection_manager.h
@@ -21,6 +21,8 @@
#include "sync/internal_api/public/syncable/model_type_payload_map.h"
#include "sync/protocol/sync.pb.h"
+namespace syncer {
+
class MockConnectionManager : public syncer::ServerConnectionManager {
public:
class MidCommitObserver {
@@ -348,4 +350,6 @@ class MockConnectionManager : public syncer::ServerConnectionManager {
DISALLOW_COPY_AND_ASSIGN(MockConnectionManager);
};
+} // namespace syncer
+
#endif // SYNC_TEST_ENGINE_MOCK_CONNECTION_MANAGER_H_
« no previous file with comments | « sync/syncable/write_transaction_info.cc ('k') | sync/test/engine/mock_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698