Index: chrome/browser/sync/sessions/sync_session_context.h |
diff --git a/chrome/browser/sync/sessions/sync_session_context.h b/chrome/browser/sync/sessions/sync_session_context.h |
index 1ca222e5657c57cd0f4054fa3829927bb566dee2..a5324bcd5e1102b1660c62c3fcfcdebd3f1a4fb9 100644 |
--- a/chrome/browser/sync/sessions/sync_session_context.h |
+++ b/chrome/browser/sync/sessions/sync_session_context.h |
@@ -110,7 +110,7 @@ class SyncSessionContext { |
} |
// This is virtual for unit tests. |
- virtual void SetUnthrottleTime(const syncable::ModelTypeSet& types, |
+ virtual void SetUnthrottleTime(syncable::ModelEnumSet types, |
const base::TimeTicks& time); |
// This prunes the |unthrottle_time_| map based on the |time| passed in. This |
@@ -119,7 +119,7 @@ class SyncSessionContext { |
// This returns the list of currently throttled types. Unless server returns |
// new throttled types this will remain constant through out the sync cycle. |
- syncable::ModelTypeSet GetThrottledTypes() const; |
+ syncable::ModelEnumSet GetThrottledTypes() const; |
private: |
typedef std::map<syncable::ModelType, base::TimeTicks> UnthrottleTimes; |