Index: sync/engine/syncer_proto_util.h |
diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h |
index e8086b5502f220a7bbc6b84aba77f14121429e3d..8de8db288c250be2b6841a2aa5164b7071c8f3b7 100644 |
--- a/sync/engine/syncer_proto_util.h |
+++ b/sync/engine/syncer_proto_util.h |
@@ -33,6 +33,7 @@ class SyncSessionContext; |
} |
class ClientToServerMessage; |
+class ThrottledDataTypeTracker; |
class ServerConnectionManager; |
class SyncEntity; |
class CommitResponse_EntryResponse; |
@@ -120,7 +121,7 @@ class SyncerProtoUtil { |
static void HandleThrottleError(const SyncProtocolError& error, |
const base::TimeTicks& throttled_until, |
- sessions::SyncSessionContext* context, |
+ browser_sync::ThrottledDataTypeTracker* dttm, |
sessions::SyncSession::Delegate* delegate); |
friend class SyncerProtoUtilTest; |