| Index: chrome/browser/profiles/profile_downloader.cc
|
| diff --git a/chrome/browser/profiles/profile_downloader.cc b/chrome/browser/profiles/profile_downloader.cc
|
| index 179a3ced181d4d529587a3abc476bd7d0e44c96f..cc7079f6b1cf2f3e4a1f349760ba2ad8c4d73e01 100644
|
| --- a/chrome/browser/profiles/profile_downloader.cc
|
| +++ b/chrome/browser/profiles/profile_downloader.cc
|
| @@ -275,7 +275,7 @@ void ProfileDownloader::StartFetchingOAuth2AccessToken() {
|
|
|
| ProfileDownloader::~ProfileDownloader() {}
|
|
|
| -void ProfileDownloader::OnURLFetchComplete(const content::URLFetcher* source) {
|
| +void ProfileDownloader::OnURLFetchComplete(const net::URLFetcher* source) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| std::string data;
|
| source->GetResponseAsString(&data);
|
|
|