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

Unified Diff: components/sync/test/engine/mock_nudge_handler.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/test/engine/mock_nudge_handler.cc
diff --git a/components/sync/test/engine/mock_nudge_handler.cc b/components/sync/test/engine/mock_nudge_handler.cc
index a17cbad1754c3863bf1cd27515634072238d2cf6..8a6ee5114b3d5481bcb22a05f8efbc6838d50dac 100644
--- a/components/sync/test/engine/mock_nudge_handler.cc
+++ b/components/sync/test/engine/mock_nudge_handler.cc
@@ -11,15 +11,15 @@ MockNudgeHandler::MockNudgeHandler()
MockNudgeHandler::~MockNudgeHandler() {}
-void MockNudgeHandler::NudgeForInitialDownload(ModelType type) {
+void MockNudgeHandler::NudgeForInitialDownload(syncer::ModelType type) {
num_initial_nudges_++;
}
-void MockNudgeHandler::NudgeForCommit(ModelType type) {
+void MockNudgeHandler::NudgeForCommit(syncer::ModelType type) {
num_commit_nudges_++;
}
-void MockNudgeHandler::NudgeForRefresh(ModelType type) {
+void MockNudgeHandler::NudgeForRefresh(syncer::ModelType type) {
num_refresh_nudges_++;
}
« no previous file with comments | « components/sync/test/engine/mock_nudge_handler.h ('k') | components/sync/test/engine/mock_update_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698