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 a1626870197462e569e2f0083b5f5066c0fa3882..24fb5205096e6243c09bef76354e9b1c23100321 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 |
@@ -1,4 +1,4 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
+h // Copyright 2013 The Chromium Authors. All rights reserved. |
maxbogue
2016/09/23 17:39:37
Uh-oh, I think I found why the bot is broken :P
skym
2016/09/23 17:55:20
Whooops, I actually found this last night, and fix
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -15,7 +15,7 @@ |
#include "components/browser_sync/profile_sync_service.h" |
#include "ui/app_list/app_list_switches.h" |
-using sync_integration_test_util::AwaitCommitActivityCompletion; |
+ using sync_integration_test_util::AwaitCommitActivityCompletion; |
maxbogue
2016/09/23 17:39:37
de-dent
skym
2016/09/23 17:55:20
Done.
|
namespace { |
@@ -72,7 +72,6 @@ IN_PROC_BROWSER_TEST_F(SingleClientAppListSyncTest, AppListSomeApps) { |
app_list::AppListSyncableServiceFactory::GetForProfile(verifier()); |
ASSERT_EQ(kNumApps + kNumDefaultApps, service->GetNumSyncItemsForTest()); |
- ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService((0)))); |
+ ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService(0))); |
ASSERT_TRUE(AllProfilesHaveSameAppList()); |
- |
} |