summaryrefslogtreecommitdiffstats
path: root/content/worker
diff options
context:
space:
mode:
authorterry@google.com <terry@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 15:55:22 +0000
committerterry@google.com <terry@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 15:55:22 +0000
commita41d7661415c052fd7d953aa67f8c24a1d15aaff (patch)
tree1c93b8405bc6d184ceeb7ef8a1d32f130f6e1a26 /content/worker
parent78adbd57bdc59a855df3f0bebb45c84afcc33f86 (diff)
downloadchromium_src-a41d7661415c052fd7d953aa67f8c24a1d15aaff.zip
chromium_src-a41d7661415c052fd7d953aa67f8c24a1d15aaff.tar.gz
chromium_src-a41d7661415c052fd7d953aa67f8c24a1d15aaff.tar.bz2
Changes for 1750 roll
TBR=jacobr@google.com Review URL: https://codereview.chromium.org/153993013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r--content/worker/worker_webkitplatformsupport_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h
index f7a9cc5..cb66a3f 100644
--- a/content/worker/worker_webkitplatformsupport_impl.h
+++ b/content/worker/worker_webkitplatformsupport_impl.h
@@ -84,7 +84,7 @@ class WorkerWebKitPlatformSupportImpl : public BlinkPlatformImpl,
virtual blink::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType(
const blink::WebString&);
virtual blink::WebMimeRegistry::SupportsType supportsDartMIMEType(
- const WebKit::WebString&);
+ const blink::WebString&);
virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType(
const blink::WebString&,
const blink::WebString&,