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

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

Issue 2740363002: [Sync] Fix EnableDisableSingleClientTest (Closed)
Patch Set: add {} Created 3 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/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index da2ac60d9a4f83090ea9a3676fd5c96ab6be5e32..0bcfa2d8d704bad620dd0588d15548cccd4e7cd4 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -43,6 +43,10 @@ class ProfileSyncServiceHarness;
class P2PInvalidationForwarder;
class P2PSyncRefresher;
+namespace arc {
+class SyncArcPackageHelper;
+} // namespace arc
+
namespace base {
class CommandLine;
class ScopedTempDir;
@@ -252,6 +256,8 @@ class SyncTest : public InProcessBrowserTest {
// Triggers a sync for the given |model_types| for the Profile at |index|.
void TriggerSyncForModelTypes(int index, syncer::ModelTypeSet model_types);
+ arc::SyncArcPackageHelper* sync_arc_helper();
+
protected:
// Add custom switches needed for running the test.
virtual void AddTestSwitches(base::CommandLine* cl);

Powered by Google App Engine
This is Rietveld 408576698