| 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 3c8b63a0283a147cf0ec77e560b0933a9c2bb83e..dea47a919dcdf224732a235ccc8864fd89db469d 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -515,7 +515,7 @@
|
| net::HTTP_OK,
|
| net::URLRequestStatus::SUCCESS);
|
| fake_factory_->SetFakeResponse(
|
| - GaiaUrls::GetInstance()->people_get_url(),
|
| + GaiaUrls::GetInstance()->oauth_user_info_url(),
|
| "{"
|
| " \"id\": \"12345\""
|
| "}",
|
|
|