summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 18:33:21 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 18:33:21 +0000
commitb7910b3af9d380ddb50f6c72e8811be78d5902a6 (patch)
treeab8198ea4cdf94cdb255e3154718e0b415317ba8 /chrome/worker
parent1aa879b3614bc4f18e412191a3b7d63b1fca114d (diff)
downloadchromium_src-b7910b3af9d380ddb50f6c72e8811be78d5902a6.zip
chromium_src-b7910b3af9d380ddb50f6c72e8811be78d5902a6.tar.gz
chromium_src-b7910b3af9d380ddb50f6c72e8811be78d5902a6.tar.bz2
Remove unnecessary references to webkit/glue/glue_util.h in
preparation for deleting that file. R=dglazkov BUG=24607 TEST=none Review URL: http://codereview.chromium.org/551012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/nativewebworker_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/worker/nativewebworker_impl.cc b/chrome/worker/nativewebworker_impl.cc
index d647086..bd3a993 100644
--- a/chrome/worker/nativewebworker_impl.cc
+++ b/chrome/worker/nativewebworker_impl.cc
@@ -9,7 +9,6 @@
#undef LOG
#include "base/logging.h"
-#include "webkit/glue/glue_util.h"
#include "base/thread.h"
#include "third_party/WebKit/WebKit/chromium/public/WebString.h"
#include "third_party/WebKit/WebKit/chromium/public/WebURL.h"