Index: chrome/browser/prerender/prerender_resource_throttle.h |
diff --git a/chrome/browser/prerender/prerender_resource_throttle.h b/chrome/browser/prerender/prerender_resource_throttle.h |
index 3d2a43c7224d57f4a26083d52c9401d06b290d51..c2535b9401ce4d1e62c751cfd418bea2fb1952e5 100644 |
--- a/chrome/browser/prerender/prerender_resource_throttle.h |
+++ b/chrome/browser/prerender/prerender_resource_throttle.h |
@@ -49,7 +49,7 @@ class PrerenderResourceThrottle |
static void WillStartRequestOnUI( |
const base::WeakPtr<PrerenderResourceThrottle>& throttle, |
const std::string& method, |
- content::ResourceType::Type resource_type, |
+ content::ResourceType resource_type, |
int render_process_id, |
int render_frame_id, |
const GURL& url); |
@@ -57,7 +57,7 @@ class PrerenderResourceThrottle |
static void WillRedirectRequestOnUI( |
const base::WeakPtr<PrerenderResourceThrottle>& throttle, |
const std::string& follow_only_when_prerender_shown_header, |
- content::ResourceType::Type resource_type, |
+ content::ResourceType resource_type, |
bool async, |
int render_process_id, |
int render_frame_id, |