Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7114)

Unified Diff: chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc

Issue 2365763002: [Sync] Removed passphrase helper methods, removed ((n)) pattern, and fixed lint violations. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
-
}

Powered by Google App Engine
This is Rietveld 408576698