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

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

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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/fake_model_worker.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 644ef4e5b47f2ed3db214c3028e04bbb8ec9157a..1fe264edf37bd7b8f40f6732a2fc3f302fa00b94 100644
--- a/sync/test/engine/mock_connection_manager.h
+++ b/sync/test/engine/mock_connection_manager.h
@@ -21,7 +21,7 @@
#include "sync/internal_api/public/syncable/model_type_payload_map.h"
#include "sync/protocol/sync.pb.h"
-class MockConnectionManager : public csync::ServerConnectionManager {
+class MockConnectionManager : public syncer::ServerConnectionManager {
public:
class MidCommitObserver {
public:
@@ -39,7 +39,7 @@ class MockConnectionManager : public csync::ServerConnectionManager {
PostBufferParams*,
const std::string& path,
const std::string& auth_token,
- csync::ScopedServerStatusWatcher* watcher) OVERRIDE;
+ syncer::ScopedServerStatusWatcher* watcher) OVERRIDE;
// Control of commit response.
// NOTE: Commit callback is invoked only once then reset.
« no previous file with comments | « sync/test/engine/fake_model_worker.cc ('k') | sync/test/engine/mock_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698