| Index: content/browser/loader/async_resource_handler.cc
|
| diff --git a/content/browser/loader/async_resource_handler.cc b/content/browser/loader/async_resource_handler.cc
|
| index 69e831bd29849f323538c65c841323dbed1be4f4..825fc2f4a5678402828a9a711f7d7c7028fe7e50 100644
|
| --- a/content/browser/loader/async_resource_handler.cc
|
| +++ b/content/browser/loader/async_resource_handler.cc
|
| @@ -185,7 +185,7 @@ bool AsyncResourceHandler::OnResponseStarted(ResourceResponse* response,
|
| HostZoomMap* host_zoom_map =
|
| GetHostZoomMapForResourceContext(info->GetContext());
|
|
|
| - if (info->GetResourceType() == ResourceType::MAIN_FRAME && host_zoom_map) {
|
| + if (info->GetResourceType() == RESOURCE_TYPE_MAIN_FRAME && host_zoom_map) {
|
| const GURL& request_url = request()->url();
|
| info->filter()->Send(new ViewMsg_SetZoomLevelForLoadingURL(
|
| info->GetRouteID(),
|
|
|