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

Unified Diff: chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.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/password_manager_setting_migrator_helper.cc
diff --git a/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc b/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc
index b181ca8d5d59462c1d32732c5dd7467e00524ab8..3fa4a67bc0c01c19501e66dc452b3c148902b601 100644
--- a/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc
+++ b/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc
@@ -33,7 +33,7 @@ namespace password_manager_setting_migrater_helper {
bool EnsureFieldTrialSetup() {
if (base::FieldTrialList::TrialExists(kFieldTrialName)) {
- DCHECK((password_manager::IsSettingsMigrationActive()));
+ DCHECK(password_manager::IsSettingsMigrationActive());
return false;
}
base::FieldTrialList::CreateFieldTrial(kFieldTrialName, kEnabledGroupName);

Powered by Google App Engine
This is Rietveld 408576698