| 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..4979407ddf2e207ecee6a94ba47c2d9545c93511 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
|
| @@ -479,6 +479,7 @@ class TwoClientAppListSyncFolderTest : public TwoClientAppListSyncTest {
|
|
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| TwoClientAppListSyncTest::SetUpCommandLine(command_line);
|
| + command_line->AppendSwitch(app_list::switches::kEnableFolderUI);
|
| }
|
|
|
| private:
|
|
|