diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:52:24 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:52:24 +0000 |
commit | 7abe41339b91e2c75f4b2b811c48794280d0116c (patch) | |
tree | 807d1fb33ee3bec80fe98b67027f305313a10f63 /webkit/glue | |
parent | 4a7b13f1c548525185009511c0e0dd12f82e0560 (diff) | |
download | chromium_src-7abe41339b91e2c75f4b2b811c48794280d0116c.zip chromium_src-7abe41339b91e2c75f4b2b811c48794280d0116c.tar.gz chromium_src-7abe41339b91e2c75f4b2b811c48794280d0116c.tar.bz2 |
build fix for r197854
TBR=tyoshino@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/14636004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/websocketstreamhandle_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/websocketstreamhandle_impl.cc b/webkit/glue/websocketstreamhandle_impl.cc index 897ccb7..6737439 100644 --- a/webkit/glue/websocketstreamhandle_impl.cc +++ b/webkit/glue/websocketstreamhandle_impl.cc @@ -57,7 +57,7 @@ class WebSocketStreamHandleImpl::Context const char*, int) OVERRIDE; virtual void DidClose(WebSocketStreamHandle*) OVERRIDE; - virtual void DidFail(WebSocketStreamHandle*, int, const string16&); + virtual void DidFail(WebSocketStreamHandle*, int, const string16&) OVERRIDE; private: friend class base::RefCounted<Context>; |