| 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 | 
|  |