| 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 4c9ed5227e8827ba0157f6048ee30aa1aa3ceb99..fcfda0101cd6de85e2ab106c701528e1cb742e5d 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
|
| @@ -33,7 +33,7 @@ class SingleClientAppListSyncTest : public SyncTest {
|
| ~SingleClientAppListSyncTest() override {}
|
|
|
| // SyncTest
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| SyncTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(app_list::switches::kEnableSyncAppList);
|
| }
|
|
|