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

Unified Diff: components/sync/core/internal_components_factory_impl.h

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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
Index: components/sync/core/internal_components_factory_impl.h
diff --git a/components/sync/core/internal_components_factory_impl.h b/components/sync/core/internal_components_factory_impl.h
index bb7a935732c6acf4b01eb22aac56298859b5ba67..c5e436d7db91efa8e0d05147929925b39d398fdd 100644
--- a/components/sync/core/internal_components_factory_impl.h
+++ b/components/sync/core/internal_components_factory_impl.h
@@ -23,15 +23,15 @@ class InternalComponentsFactoryImpl : public InternalComponentsFactory {
std::unique_ptr<SyncScheduler> BuildScheduler(
const std::string& name,
- sessions::SyncSessionContext* context,
+ SyncCycleContext* context,
syncer::CancelationSignal* cancelation_signal) override;
- std::unique_ptr<sessions::SyncSessionContext> BuildContext(
+ std::unique_ptr<SyncCycleContext> BuildContext(
ServerConnectionManager* connection_manager,
syncable::Directory* directory,
ExtensionsActivity* extensions_activity,
const std::vector<SyncEngineEventListener*>& listeners,
- sessions::DebugInfoGetter* debug_info_getter,
+ DebugInfoGetter* debug_info_getter,
ModelTypeRegistry* model_type_registry,
const std::string& invalidator_client_id) override;
« no previous file with comments | « components/sync/core/internal_components_factory.h ('k') | components/sync/core/internal_components_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698