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

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.cc

Issue 183803026: Clean up InvalidationService test infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 months 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/profile_sync_service_harness.cc
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
index febe767c5ccd3aa05ad1abd0d5534f7b8999f227..a5763edf4b787d0f80c3429aa1d6ace21a76683f 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
@@ -47,8 +47,8 @@
#include "chrome/browser/managed_mode/managed_user_constants.h"
#endif
-using syncer::sessions::SyncSessionSnapshot;
using invalidation::P2PInvalidationService;
+using syncer::sessions::SyncSessionSnapshot;
// The amount of time for which we wait for a sync operation to complete.
// TODO(sync): This timeout must eventually be made less than the default 45

Powered by Google App Engine
This is Rietveld 408576698