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

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

Issue 2365763002: [Sync] Removed passphrase helper methods, removed ((n)) pattern, and fixed lint violations. (Closed)
Patch Set: Removed useless pass-through accessors. 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_wifi_credentials_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc b/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
index e59757ed9f85fdb6e14433b084a536f22650541c..f6a5a61f2212920a0c3380a5d8bf8632598b3e84 100644
--- a/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
@@ -71,6 +71,6 @@ IN_PROC_BROWSER_TEST_F(SingleClientWifiCredentialsSyncTest, SingleCredential) {
EXPECT_EQ(WifiCredential::MakeSsidBytesForTest(ssid),
verifier_credentials.begin()->ssid());
- ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService((profile_index))));
+ ASSERT_TRUE(AwaitCommitActivityCompletion(GetSyncService(profile_index)));
EXPECT_TRUE(wifi_credentials_helper::ProfileMatchesVerifier(profile_index));
}

Powered by Google App Engine
This is Rietveld 408576698