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

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

Issue 370833002: Move resource_type.* from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix 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 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.

Powered by Google App Engine
This is Rietveld 408576698