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

Unified Diff: chrome/browser/sync/test/integration/sync_test.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
Index: chrome/browser/sync/test/integration/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index 6b46f21cfdfa84ad8ff4f6336b6af9ff5fe23d2d..af5ca0bd9d358d4bc09222dadfe3542c9173e1ed 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -154,7 +154,7 @@ class SyncTest : public InProcessBrowserTest {
// Trigger a notification to be sent to all clients. This operation
// is available only if ServerSupportsNotificationControl() returned
// true.
- void TriggerNotification(syncable::ModelEnumSet changed_types);
+ void TriggerNotification(syncable::ModelTypeSet changed_types);
// Returns true if the server being used supports injecting errors.
bool ServerSupportsErrorTriggering() const;
@@ -162,7 +162,7 @@ class SyncTest : public InProcessBrowserTest {
// Triggers a migration for one or more datatypes, and waits
// for the server to complete it. This operation is available
// only if ServerSupportsErrorTriggering() returned true.
- void TriggerMigrationDoneError(syncable::ModelEnumSet model_types);
+ void TriggerMigrationDoneError(syncable::ModelTypeSet model_types);
// Triggers the server to set its birthday to a random value thereby
// the server would return a birthday error on next sync.
« no previous file with comments | « chrome/browser/sync/test/integration/migration_errors_test.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698