diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 15:35:42 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 15:35:42 +0000 |
commit | 4c98d03adc8a7da08ae7e73a1f88c2bc327bdbf0 (patch) | |
tree | 7d2309fab310615b63e7b00ae87d3c27eafa15f8 /content/child | |
parent | 61e710c48d4cc153c5370e51c3268e8321926b05 (diff) | |
download | chromium_src-4c98d03adc8a7da08ae7e73a1f88c2bc327bdbf0.zip chromium_src-4c98d03adc8a7da08ae7e73a1f88c2bc327bdbf0.tar.gz chromium_src-4c98d03adc8a7da08ae7e73a1f88c2bc327bdbf0.tar.bz2 |
Move websocketstreamhandle_bridge.h out of webkit/glue/.
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/20188002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child')
-rw-r--r-- | content/child/socket_stream_dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/socket_stream_dispatcher.cc b/content/child/socket_stream_dispatcher.cc index 9997f35..87f299f 100644 --- a/content/child/socket_stream_dispatcher.cc +++ b/content/child/socket_stream_dispatcher.cc @@ -19,8 +19,8 @@ #include "content/common/socket_stream_messages.h" #include "net/base/net_errors.h" #include "url/gurl.h" +#include "webkit/child/websocketstreamhandle_bridge.h" #include "webkit/child/websocketstreamhandle_delegate.h" -#include "webkit/glue/websocketstreamhandle_bridge.h" namespace content { |