Index: chrome/browser/sync/glue/sync_backend_host.cc |
=================================================================== |
--- chrome/browser/sync/glue/sync_backend_host.cc (revision 137567) |
+++ chrome/browser/sync/glue/sync_backend_host.cc (working copy) |
@@ -312,7 +312,7 @@ |
ParseNotifierOptions(*CommandLine::ForCurrentProcess(), |
profile_->GetRequestContext()), |
content::GetUserAgent(GURL()), |
- base::WeakPtr<sync_notifier::InvalidationVersionTracker>()), |
+ base::WeakPtr<sync_notifier::InvalidationStateTracker>()), |
frontend_(NULL) { |
} |