Index: chrome/browser/sync/test/integration/sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc |
index dea47a919dcdf224732a235ccc8864fd89db469d..3c8b63a0283a147cf0ec77e560b0933a9c2bb83e 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -515,7 +515,7 @@ void SyncTest::SetupMockGaiaResponses() { |
net::HTTP_OK, |
net::URLRequestStatus::SUCCESS); |
fake_factory_->SetFakeResponse( |
- GaiaUrls::GetInstance()->oauth_user_info_url(), |
+ GaiaUrls::GetInstance()->people_get_url(), |
"{" |
" \"id\": \"12345\"" |
"}", |