| Index: chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| index 8ebda89b6222dde3976257948b4d6c365a1dbb29..f98a1f8f01bdb8056d85d2c55b7ae21f5bcc5bf9 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| @@ -14,7 +14,6 @@
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
|
| #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "extensions/browser/extension_prefs.h"
|
| @@ -57,6 +56,11 @@ class TwoClientAppListSyncTest : public SyncTest {
|
| virtual ~TwoClientAppListSyncTest() {}
|
|
|
| // SyncTest
|
| + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + SyncTest::SetUpCommandLine(command_line);
|
| + command_line->AppendSwitch(app_list::switches::kEnableSyncAppList);
|
| + }
|
| +
|
| virtual bool SetupClients() OVERRIDE {
|
| if (!SyncTest::SetupClients())
|
| return false;
|
|
|