Index: chrome/browser/safe_browsing/browser_feature_extractor.h |
diff --git a/chrome/browser/safe_browsing/browser_feature_extractor.h b/chrome/browser/safe_browsing/browser_feature_extractor.h |
index 28550422873a498eff2837c959b8e3ac18066327..c077e3bea6c6c78e5a559fd0a35b4890f158b8d8 100644 |
--- a/chrome/browser/safe_browsing/browser_feature_extractor.h |
+++ b/chrome/browser/safe_browsing/browser_feature_extractor.h |
@@ -25,8 +25,8 @@ |
#include "chrome/browser/history/history_types.h" |
#include "chrome/browser/safe_browsing/safe_browsing_service.h" |
#include "chrome/browser/safe_browsing/ui_manager.h" |
+#include "content/public/common/resource_type.h" |
#include "url/gurl.h" |
-#include "webkit/common/resource_type.h" |
class HistoryService; |
@@ -45,12 +45,12 @@ struct IPUrlInfo { |
std::string url; |
std::string method; |
std::string referrer; |
- ResourceType::Type resource_type; |
+ content::ResourceType::Type resource_type; |
IPUrlInfo(const std::string& url, |
const std::string& method, |
const std::string& referrer, |
- const ResourceType::Type& resource_type); |
+ const content::ResourceType::Type& resource_type); |
~IPUrlInfo(); |
}; |