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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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 c5e436d7db91efa8e0d05147929925b39d398fdd..14b1eb763d92939e9e0038ac281a549f644bb960 100644
--- a/components/sync/core/internal_components_factory_impl.h
+++ b/components/sync/core/internal_components_factory_impl.h
@@ -24,7 +24,7 @@ class InternalComponentsFactoryImpl : public InternalComponentsFactory {
std::unique_ptr<SyncScheduler> BuildScheduler(
const std::string& name,
SyncCycleContext* context,
- syncer::CancelationSignal* cancelation_signal) override;
+ CancelationSignal* cancelation_signal) override;
std::unique_ptr<SyncCycleContext> BuildContext(
ServerConnectionManager* connection_manager,

Powered by Google App Engine
This is Rietveld 408576698