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

Unified Diff: components/sync/test/engine/mock_update_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_update_handler.cc
diff --git a/components/sync/test/engine/mock_update_handler.cc b/components/sync/test/engine/mock_update_handler.cc
index 442a1ec7aec3921dc7d4175b24a52ba47893b254..655490674431b91224e80e803b8f2dffb8a86cfe 100644
--- a/components/sync/test/engine/mock_update_handler.cc
+++ b/components/sync/test/engine/mock_update_handler.cc
@@ -38,7 +38,7 @@ SyncerError MockUpdateHandler::ProcessGetUpdatesResponse(
const SyncEntityList& applicable_updates,
StatusController* status) {
progress_marker_.CopyFrom(progress_marker);
- return SYNCER_OK;
+ return syncer::SYNCER_OK;
}
void MockUpdateHandler::ApplyUpdates(StatusController* status) {
« no previous file with comments | « components/sync/test/engine/mock_nudge_handler.cc ('k') | components/sync/test/engine/single_type_mock_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698