Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1280)

Unified Diff: chrome/browser/safe_browsing/client_side_detection_host.h

Issue 425653002: content: ResourceType cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698