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

Unified Diff: components/sync/test/engine/mock_update_handler.cc

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/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 4b01c654592cd03b59f29d24941631b62e5a30b0..ecaef9f00f13c8e5e6b7f59ff96ab38b4cfeaa66 100644
--- a/components/sync/test/engine/mock_update_handler.cc
+++ b/components/sync/test/engine/mock_update_handler.cc
@@ -40,7 +40,7 @@ SyncerError MockUpdateHandler::ProcessGetUpdatesResponse(
const SyncEntityList& applicable_updates,
StatusController* status) {
progress_marker_.CopyFrom(progress_marker);
- return syncer::SYNCER_OK;
+ return SYNCER_OK;
}
void MockUpdateHandler::ApplyUpdates(StatusController* status) {

Powered by Google App Engine
This is Rietveld 408576698