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

Unified Diff: chrome/browser/sync/test/integration/sync_test.h

Issue 8772074: [Sync] Convert syncable/ directory to ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo 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 c3b3d90b9ce5832f63aedf82e078298633633a21..6b46f21cfdfa84ad8ff4f6336b6af9ff5fe23d2d 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(const syncable::ModelTypeSet& changed_types);
+ void TriggerNotification(syncable::ModelEnumSet 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(const syncable::ModelTypeSet& model_types);
+ void TriggerMigrationDoneError(syncable::ModelEnumSet 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