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

Unified Diff: sync/internal_api/test/fake_sync_manager.cc

Issue 10828158: [Sync] Address msw's comments for r149747 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits Created 8 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
« no previous file with comments | « sync/internal_api/sync_manager_impl.cc ('k') | sync/notifier/object_id_payload_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/test/fake_sync_manager.cc
diff --git a/sync/internal_api/test/fake_sync_manager.cc b/sync/internal_api/test/fake_sync_manager.cc
index 894a953bb8f8e34c0ffd66af7be3ced70c6f9f4c..c9a742d5ae372c062b0fae24309d99e91fe6deda 100644
--- a/sync/internal_api/test/fake_sync_manager.cc
+++ b/sync/internal_api/test/fake_sync_manager.cc
@@ -55,9 +55,8 @@ ModelTypeSet FakeSyncManager::GetAndResetEnabledTypes() {
return enabled_types;
}
-void FakeSyncManager::Invalidate(
- const ObjectIdPayloadMap& id_payloads,
- IncomingNotificationSource source) {
+void FakeSyncManager::Invalidate(const ObjectIdPayloadMap& id_payloads,
+ IncomingNotificationSource source) {
if (!sync_task_runner_->PostTask(
FROM_HERE,
base::Bind(&FakeSyncManager::InvalidateOnSyncThread,
@@ -151,7 +150,8 @@ void FakeSyncManager::UpdateEnabledTypes(const ModelTypeSet& types) {
}
void FakeSyncManager::UpdateRegisteredInvalidationIds(
- SyncNotifierObserver* handler, const ObjectIdSet& ids) {
+ SyncNotifierObserver* handler,
+ const ObjectIdSet& ids) {
notifier_helper_.UpdateRegisteredIds(handler, ids);
}
« no previous file with comments | « sync/internal_api/sync_manager_impl.cc ('k') | sync/notifier/object_id_payload_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698