diff options
Diffstat (limited to 'webkit/glue/websocketstreamhandle_impl.h')
-rw-r--r-- | webkit/glue/websocketstreamhandle_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/websocketstreamhandle_impl.h b/webkit/glue/websocketstreamhandle_impl.h index 26de021..827bb88 100644 --- a/webkit/glue/websocketstreamhandle_impl.h +++ b/webkit/glue/websocketstreamhandle_impl.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/supports_user_data.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebSocketStreamHandle.h" +#include "third_party/WebKit/public/platform/WebSocketStreamHandle.h" namespace webkit_glue { |