| Index: chrome/browser/safe_browsing/client_side_detection_host.h
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h
|
| index 1413086f81055d054db248fc0f2fd1324370ceda..c74bd6d3046a0fb8c30c9e1e5ae6b84c7c145733 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.h
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.h
|
| @@ -118,7 +118,7 @@ class ClientSideDetectionHost : public content::WebContentsObserver,
|
| const std::string& url,
|
| const std::string& method,
|
| const std::string& referrer,
|
| - const ResourceType::Type resource_type);
|
| + const content::ResourceType::Type resource_type);
|
|
|
| // From NotificationObserver. Called when a notification comes in. This
|
| // method is called in the UI thread.
|
|
|