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

Unified Diff: chrome/browser/sync/sessions/sync_session_context.h

Issue 8919021: [Sync] Rename ModelEnumSet to ModelTypeSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/browser/sync/sessions/sync_session.cc ('k') | chrome/browser/sync/sessions/sync_session_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/sync/sessions/sync_session.cc ('k') | chrome/browser/sync/sessions/sync_session_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698