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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.h

Issue 13991017: Commit InvalidationService implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another attempt to fix Android Created 7 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
Index: chrome/browser/sync/glue/sync_backend_host.h
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index f32709e1cfa6647cc1f4e54d3da20d38d171ef09..5ce3dd0ec15ac258d50f06d8a507ad39dd80971d 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -44,11 +44,14 @@ namespace syncer {
class SyncManagerFactory;
}
+namespace invalidation {
+class InvalidatorStorage;
+}
+
namespace browser_sync {
class AndroidInvalidatorBridge;
class ChangeProcessor;
-class InvalidatorStorage;
class SyncBackendRegistrar;
class SyncPrefs;
class SyncedDeviceTracker;
@@ -163,7 +166,8 @@ class SyncBackendHost
Profile* profile,
const base::WeakPtr<SyncPrefs>& sync_prefs,
// TODO(tim): Temporary, remove when bug 124137 finished.
- const base::WeakPtr<InvalidatorStorage>& invalidator_storage);
+ const base::WeakPtr<invalidation::InvalidatorStorage>&
+ invalidator_storage);
// For testing.
// TODO(skrul): Extract an interface so this is not needed.

Powered by Google App Engine
This is Rietveld 408576698