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

Unified Diff: components/sync/engine_impl/sync_manager_impl.h

Issue 2473613003: [Sync] Adds a new switch for enabling the new local server backend. (Closed)
Patch Set: Ifdef protect the variable. Created 4 years, 1 month 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: components/sync/engine_impl/sync_manager_impl.h
diff --git a/components/sync/engine_impl/sync_manager_impl.h b/components/sync/engine_impl/sync_manager_impl.h
index f7c761452cf34f41194496e90687478b1b46b73d..ed58d801b6f2670a68926034d0f9b9f05449daa4 100644
--- a/components/sync/engine_impl/sync_manager_impl.h
+++ b/components/sync/engine_impl/sync_manager_impl.h
@@ -38,7 +38,6 @@ class GURL;
namespace syncer {
class ModelTypeRegistry;
-class SyncServerConnectionManager;
class SyncCycleContext;
class TypeDebugInfoObserver;
class WriteNode;
@@ -278,7 +277,7 @@ class SyncManagerImpl
// The ServerConnectionManager used to abstract communication between the
// client (the Syncer) and the sync server.
- std::unique_ptr<SyncServerConnectionManager> connection_manager_;
+ std::unique_ptr<ServerConnectionManager> connection_manager_;
// Maintains state that affects the way we interact with different sync types.
// This state changes when entering or exiting a configuration cycle.
« no previous file with comments | « components/sync/engine_impl/loopback_server/loopback_server.cc ('k') | components/sync/engine_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698