Chromium Code Reviews| Index: chrome/browser/sync/test/integration/sync_test.cc |
| =================================================================== |
| --- chrome/browser/sync/test/integration/sync_test.cc (revision 280060) |
| +++ chrome/browser/sync/test/integration/sync_test.cc (working copy) |
| @@ -542,7 +542,7 @@ |
| net::HTTP_OK, |
| net::URLRequestStatus::SUCCESS); |
| fake_factory_->SetFakeResponse( |
| - GaiaUrls::GetInstance()->people_get_url(), |
| + GaiaUrls::GetInstance()->oauth_user_info_url(), |
| "{" |
| " \"id\": \"12345\"" |
| "}", |