| Index: chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc
|
| diff --git a/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc b/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc
|
| index a144df7c4cdae464df51155daecf41bc870484f4..34440ad5ba0ec50c16b4d878bdeb54341742d9c8 100644
|
| --- a/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc
|
| +++ b/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc
|
| @@ -355,7 +355,7 @@ void LogMainFrameMetricsOnUIThread(const GURL& url,
|
| void NotifyUIThreadOfRequestComplete(
|
| const content::ResourceRequestInfo::WebContentsGetter& web_contents_getter,
|
| const GURL& url,
|
| - content::ResourceType resource_type,
|
| + ResourceType resource_type,
|
| bool was_cached,
|
| int net_error,
|
| int64_t total_received_bytes,
|
|
|