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

Unified Diff: chrome/browser/sync/sync_prefs.h

Issue 10407014: Rename InvalidationVersionTracker to InvalidationStateTracker in preparation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | sync/notifier/chrome_invalidation_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_prefs.h
===================================================================
--- chrome/browser/sync/sync_prefs.h (revision 137567)
+++ chrome/browser/sync/sync_prefs.h (working copy)
@@ -14,7 +14,7 @@
#include "base/time.h"
#include "chrome/browser/prefs/pref_member.h"
#include "content/public/browser/notification_observer.h"
-#include "sync/notifier/invalidation_version_tracker.h"
+#include "sync/notifier/invalidation_state_tracker.h"
#include "sync/syncable/model_type.h"
class PrefService;
@@ -45,7 +45,7 @@
// sync_setup_wizard_unittest.cc
// two_client_preferences_sync_test.cc
class SyncPrefs : public base::SupportsWeakPtr<SyncPrefs>,
- public sync_notifier::InvalidationVersionTracker,
+ public sync_notifier::InvalidationStateTracker,
public content::NotificationObserver {
public:
// |pref_service| may be NULL (for unit tests), but in that case no
@@ -106,7 +106,7 @@
void SetSpareBootstrapToken(const std::string& token);
#endif
- // InvalidationVersionTracker implementation.
+ // InvalidationStateTracker implementation.
virtual sync_notifier::InvalidationVersionMap
GetAllMaxVersions() const OVERRIDE;
virtual void SetMaxVersion(syncable::ModelType model_type,
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | sync/notifier/chrome_invalidation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698