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

Unified Diff: chrome/browser/sync/glue/bridged_invalidator.cc

Issue 11052007: Rename ModelType/ObjectIdStateMap to InvalidationMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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: chrome/browser/sync/glue/bridged_invalidator.cc
diff --git a/chrome/browser/sync/glue/bridged_invalidator.cc b/chrome/browser/sync/glue/bridged_invalidator.cc
index 0146ad4a08c2ccedcca13e39f166ec1177179eb3..a0e1c2a0a88b9d20e5135dbf9909e45e86b07238 100644
--- a/chrome/browser/sync/glue/bridged_invalidator.cc
+++ b/chrome/browser/sync/glue/bridged_invalidator.cc
@@ -67,9 +67,9 @@ void BridgedInvalidator::UpdateCredentials(
}
void BridgedInvalidator::SendInvalidation(
- const syncer::ObjectIdStateMap& id_state_map) {
+ const syncer::ObjectIdInvalidationMap& invalidation_map) {
if (delegate_.get())
- delegate_->SendInvalidation(id_state_map);
+ delegate_->SendInvalidation(invalidation_map);
}
} // namespace browser_sync
« no previous file with comments | « chrome/browser/sync/glue/bridged_invalidator.h ('k') | chrome/browser/sync/glue/bridged_invalidator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698