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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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/engine_impl/nudge_handler.h
diff --git a/components/sync/engine_impl/nudge_handler.h b/components/sync/engine_impl/nudge_handler.h
index ce992ce50702faba273249549de42955e78ce5a4..764f82aee3c45dde0de8d644c5c92cc05015ba0d 100644
--- a/components/sync/engine_impl/nudge_handler.h
+++ b/components/sync/engine_impl/nudge_handler.h
@@ -15,9 +15,9 @@ class NudgeHandler {
NudgeHandler();
virtual ~NudgeHandler();
- virtual void NudgeForInitialDownload(syncer::ModelType type) = 0;
- virtual void NudgeForCommit(syncer::ModelType type) = 0;
- virtual void NudgeForRefresh(syncer::ModelType type) = 0;
+ virtual void NudgeForInitialDownload(ModelType type) = 0;
+ virtual void NudgeForCommit(ModelType type) = 0;
+ virtual void NudgeForRefresh(ModelType type) = 0;
};
} // namespace syncer
« no previous file with comments | « components/sync/engine_impl/non_blocking_type_commit_contribution.cc ('k') | components/sync/engine_impl/sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698