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

Unified Diff: chrome/test/live_sync/live_passwords_sync_test.cc

Issue 6902101: Refactor sync passphrase setup flow and fix passphrase tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: de Morgan's law simplification. Created 9 years, 8 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/test/live_sync/live_passwords_sync_test.cc
diff --git a/chrome/test/live_sync/live_passwords_sync_test.cc b/chrome/test/live_sync/live_passwords_sync_test.cc
index abdc2d83cbaf2b4267fbc84d4bc1ab60f80696bd..b56f56e60bf068617a205cbc9a85b4655a15817e 100644
--- a/chrome/test/live_sync/live_passwords_sync_test.cc
+++ b/chrome/test/live_sync/live_passwords_sync_test.cc
@@ -15,7 +15,7 @@
using webkit_glue::PasswordForm;
-const std::string kFakeSignonRealm = "http://fake-domain.google.com/";
+const std::string kFakeSignonRealm = "http://fake-signon-realm.google.com/";
// We use a WaitableEvent to wait on AddLogin instead of running the UI message
// loop because of a restriction that prevents a DB thread from initiating a

Powered by Google App Engine
This is Rietveld 408576698