| Index: chrome/browser/chrome_to_mobile_service.cc
|
| diff --git a/chrome/browser/chrome_to_mobile_service.cc b/chrome/browser/chrome_to_mobile_service.cc
|
| index d5dfaca03a4848f7c132dedb5d365958893d0c06..d6bab02ebe48ef6d744eebfea68dce1ad33ce366 100644
|
| --- a/chrome/browser/chrome_to_mobile_service.cc
|
| +++ b/chrome/browser/chrome_to_mobile_service.cc
|
| @@ -285,7 +285,7 @@ void ChromeToMobileService::LogMetric(Metric metric) {
|
| }
|
|
|
| void ChromeToMobileService::OnURLFetchComplete(
|
| - const content::URLFetcher* source) {
|
| + const net::URLFetcher* source) {
|
| if (source == account_info_request_.get())
|
| HandleAccountInfoResponse();
|
| else if (source == search_request_.get())
|
| @@ -481,7 +481,7 @@ void ChromeToMobileService::HandleSearchResponse() {
|
| }
|
|
|
| void ChromeToMobileService::HandleSubmitResponse(
|
| - const content::URLFetcher* source) {
|
| + const net::URLFetcher* source) {
|
| // Get the observer for this response; bail if there is none or it is NULL.
|
| RequestObserverMap::iterator i = request_observer_map_.find(source);
|
| if (i == request_observer_map_.end())
|
|
|