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 a5324bcd5e1102b1660c62c3fcfcdebd3f1a4fb9..fcd0f52350fd6f8a2f1564cdb8b6af41260c136c 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(syncable::ModelEnumSet types, |
+ virtual void SetUnthrottleTime(syncable::ModelTypeSet 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::ModelEnumSet GetThrottledTypes() const; |
+ syncable::ModelTypeSet GetThrottledTypes() const; |
private: |
typedef std::map<syncable::ModelType, base::TimeTicks> UnthrottleTimes; |