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

Unified Diff: chrome/browser/safe_browsing/browser_feature_extractor.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/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();
};

Powered by Google App Engine
This is Rietveld 408576698