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 c74bd6d3046a0fb8c30c9e1e5ae6b84c7c145733..6a8de5324acb778e01e1a9f02155a3a1981a9ecd 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 content::ResourceType::Type resource_type); |
+ const content::ResourceType resource_type); |
// From NotificationObserver. Called when a notification comes in. This |
// method is called in the UI thread. |