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. |