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

Unified Diff: components/sync/core/test/test_internal_components_factory.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
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core_impl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/test/test_internal_components_factory.h
diff --git a/components/sync/core/test/test_internal_components_factory.h b/components/sync/core/test/test_internal_components_factory.h
index a5bfb334f6bf0c79c1c2670e85def351181fff16..f441748180dcf7613189a6eba5fbd3340a9d97f3 100644
--- a/components/sync/core/test/test_internal_components_factory.h
+++ b/components/sync/core/test/test_internal_components_factory.h
@@ -22,15 +22,15 @@ class TestInternalComponentsFactory : 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* monitor,
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/sync_manager.h ('k') | components/sync/core_impl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698