Index: content/child/web_url_request_util.h |
diff --git a/content/child/web_url_request_util.h b/content/child/web_url_request_util.h |
index 857a9c3a3ebb9745c3f5b3329982df611e6ab643..050aae17e3ffc932f0f2cd658c83e498580c6d25 100644 |
--- a/content/child/web_url_request_util.h |
+++ b/content/child/web_url_request_util.h |
@@ -59,7 +59,7 @@ RequestContextType GetRequestContextTypeForWebURLRequest( |
const blink::WebURLRequest& request); |
blink::WebMixedContentContextType GetMixedContentContextTypeForWebURLRequest( |
const blink::WebURLRequest& request); |
-SkipServiceWorker GetSkipServiceWorkerForWebURLRequest( |
+ServiceWorkerMode GetServiceWorkerModeForWebURLRequest( |
const blink::WebURLRequest& request); |
// Generates a WebURLError based on |reason|. |