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

Unified Diff: components/sync/engine_impl/non_blocking_type_commit_contribution.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/non_blocking_type_commit_contribution.h
diff --git a/components/sync/engine_impl/non_blocking_type_commit_contribution.h b/components/sync/engine_impl/non_blocking_type_commit_contribution.h
index 28434c6673aff7ddf548544d44ce3c953b44967a..b6c24f0a83d2b656cb150328045176019cbd6276 100644
--- a/components/sync/engine_impl/non_blocking_type_commit_contribution.h
+++ b/components/sync/engine_impl/non_blocking_type_commit_contribution.h
@@ -34,7 +34,7 @@ class NonBlockingTypeCommitContribution : public syncer::CommitContribution {
void AddToCommitMessage(sync_pb::ClientToServerMessage* msg) override;
syncer::SyncerError ProcessCommitResponse(
const sync_pb::ClientToServerResponse& response,
- syncer::sessions::StatusController* status) override;
+ syncer::StatusController* status) override;
void CleanUp() override;
size_t GetNumEntries() const override;

Powered by Google App Engine
This is Rietveld 408576698