diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 19:11:19 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 19:11:19 +0000 |
commit | 4f86bdb85442d7820db10c8980690a7f4d30e533 (patch) | |
tree | 48392a48730099d5295c9e4cd542f90978b34019 /content/worker | |
parent | b88fb762e22d76252c0e86ec529e5cdcb1cda945 (diff) | |
download | chromium_src-4f86bdb85442d7820db10c8980690a7f4d30e533.zip chromium_src-4f86bdb85442d7820db10c8980690a7f4d30e533.tar.gz chromium_src-4f86bdb85442d7820db10c8980690a7f4d30e533.tar.bz2 |
content: Update the includes to point to ipc_listener.h
NOTE: There is a TODO for this in ipc/ipc_channel.h
TBR=jam@chromium.org,brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11312180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/websharedworker_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/worker/websharedworker_stub.h b/content/worker/websharedworker_stub.h index bdd54f9..8c9114b 100644 --- a/content/worker/websharedworker_stub.h +++ b/content/worker/websharedworker_stub.h @@ -9,7 +9,7 @@ #include "content/worker/websharedworkerclient_proxy.h" #include "content/worker/worker_webapplicationcachehost_impl.h" #include "googleurl/src/gurl.h" -#include "ipc/ipc_channel.h" +#include "ipc/ipc_listener.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h" namespace WebKit { |