| Index: chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| index b29be1459f5965de4b4a7c99d5564baa250ea732..6b5efd8e5812473a49b9385f1f97a6351bf58a37 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| @@ -11,7 +11,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 "ui/app_list/app_list_switches.h"
|
|
|
| using sync_integration_test_util::AwaitCommitActivityCompletion;
|
| @@ -34,6 +33,11 @@ class SingleClientAppListSyncTest : public SyncTest {
|
| virtual ~SingleClientAppListSyncTest() {}
|
|
|
| // 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;
|
|
|