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

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

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/engine_impl/clear_server_data.h
diff --git a/components/sync/engine_impl/clear_server_data.h b/components/sync/engine_impl/clear_server_data.h
index 74f57aa02626ae50a1a25fef9ceddaaec1335953..a01cefd59c046bde9f808b6b1799e6df070ea0c7 100644
--- a/components/sync/engine_impl/clear_server_data.h
+++ b/components/sync/engine_impl/clear_server_data.h
@@ -12,9 +12,7 @@
namespace syncer {
-namespace sessions {
-class SyncSession;
-}
+class SyncCycle;
// A ClearServerData operation.
//
@@ -27,7 +25,7 @@ class ClearServerData {
~ClearServerData();
// Sends the request, blocking until the request has completed.
- SyncerError SendRequest(sessions::SyncSession* session);
+ SyncerError SendRequest(SyncCycle* cycle);
private:
sync_pb::ClientToServerMessage request_;
« no previous file with comments | « components/sync/engine_impl/backoff_delay_provider_unittest.cc ('k') | components/sync/engine_impl/clear_server_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698