diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 19:44:53 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 19:44:53 +0000 |
commit | d8904c086b07e64a091577e20e19217aefc78d1d (patch) | |
tree | 582a31561a0f88227f56e71405556d1dc27d05ea /content/worker | |
parent | 00134913c901ceee408fd572aa0f95d6e765c51e (diff) | |
download | chromium_src-d8904c086b07e64a091577e20e19217aefc78d1d.zip chromium_src-d8904c086b07e64a091577e20e19217aefc78d1d.tar.gz chromium_src-d8904c086b07e64a091577e20e19217aefc78d1d.tar.bz2 |
Fiddle with includes so we don't break the build once we land https://bugs.webkit.org/show_bug.cgi?id=104704
Review URL: https://chromiumcodereview.appspot.com/11576028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/worker_webkitplatformsupport_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc index 2480974..4cd6f26 100644 --- a/content/worker/worker_webkitplatformsupport_impl.cc +++ b/content/worker/worker_webkitplatformsupport_impl.cc @@ -34,7 +34,6 @@ using WebKit::WebKitPlatformSupport; using WebKit::WebMessagePortChannel; using WebKit::WebMimeRegistry; using WebKit::WebSandboxSupport; -using WebKit::WebSharedWorkerRepository; using WebKit::WebStorageNamespace; using WebKit::WebString; using WebKit::WebURL; |