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

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

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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 58ec979ea30b9132caf2d653594f614f610571d9..4b01c654592cd03b59f29d24941631b62e5a30b0 100644
--- a/components/sync/test/engine/mock_update_handler.cc
+++ b/components/sync/test/engine/mock_update_handler.cc
@@ -38,17 +38,16 @@ SyncerError MockUpdateHandler::ProcessGetUpdatesResponse(
const sync_pb::DataTypeProgressMarker& progress_marker,
const sync_pb::DataTypeContext& mutated_context,
const SyncEntityList& applicable_updates,
- sessions::StatusController* status) {
+ StatusController* status) {
progress_marker_.CopyFrom(progress_marker);
return syncer::SYNCER_OK;
}
-void MockUpdateHandler::ApplyUpdates(sessions::StatusController* status) {
+void MockUpdateHandler::ApplyUpdates(StatusController* status) {
apply_updates_count_++;
}
-void MockUpdateHandler::PassiveApplyUpdates(
- sessions::StatusController* status) {
+void MockUpdateHandler::PassiveApplyUpdates(StatusController* status) {
passive_apply_updates_count_++;
}
« no previous file with comments | « components/sync/test/engine/mock_update_handler.h ('k') | components/sync/test/sessions/mock_debug_info_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698