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

Unified Diff: components/sync/core_impl/test/test_internal_components_factory.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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_impl/test/test_internal_components_factory.cc
diff --git a/components/sync/core_impl/test/test_internal_components_factory.cc b/components/sync/core_impl/test/test_internal_components_factory.cc
index b6ab6c147f89241bf8a809ff9af431d97352c2d1..e99b0c612ad82e4f2097cbc0b953f21a1303935f 100644
--- a/components/sync/core_impl/test/test_internal_components_factory.cc
+++ b/components/sync/core_impl/test/test_internal_components_factory.cc
@@ -25,7 +25,7 @@ TestInternalComponentsFactory::~TestInternalComponentsFactory() {}
std::unique_ptr<SyncScheduler> TestInternalComponentsFactory::BuildScheduler(
const std::string& name,
SyncCycleContext* context,
- CancelationSignal* cancelation_signal) {
+ syncer::CancelationSignal* cancelation_signal) {
return std::unique_ptr<SyncScheduler>(new FakeSyncScheduler());
}

Powered by Google App Engine
This is Rietveld 408576698