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

Unified Diff: sync/notifier/invalidation_notifier.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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/write_node.cc ('k') | sync/notifier/invalidation_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidation_notifier.h
diff --git a/sync/notifier/invalidation_notifier.h b/sync/notifier/invalidation_notifier.h
index d579427983e101c1783277efdac8747bc3b9593a..e00a5240568e51b588bd0a1bb79e40f1772c37c4 100644
--- a/sync/notifier/invalidation_notifier.h
+++ b/sync/notifier/invalidation_notifier.h
@@ -57,9 +57,9 @@ class InvalidationNotifier
virtual void UpdateCredentials(
const std::string& email, const std::string& token) OVERRIDE;
virtual void UpdateEnabledTypes(
- syncable::ModelTypeSet enabled_types) OVERRIDE;
+ syncer::ModelTypeSet enabled_types) OVERRIDE;
virtual void SendNotification(
- syncable::ModelTypeSet changed_types) OVERRIDE;
+ syncer::ModelTypeSet changed_types) OVERRIDE;
// ChromeInvalidationClient::Listener implementation.
virtual void OnInvalidate(const ObjectIdPayloadMap& id_payloads) OVERRIDE;
« no previous file with comments | « sync/internal_api/write_node.cc ('k') | sync/notifier/invalidation_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698