summaryrefslogtreecommitdiff
path: root/chromium/net/websockets/websocket_basic_handshake_stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/websockets/websocket_basic_handshake_stream.cc')
-rw-r--r--chromium/net/websockets/websocket_basic_handshake_stream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/websockets/websocket_basic_handshake_stream.cc b/chromium/net/websockets/websocket_basic_handshake_stream.cc
index b3db99c5046..692b61a50f5 100644
--- a/chromium/net/websockets/websocket_basic_handshake_stream.cc
+++ b/chromium/net/websockets/websocket_basic_handshake_stream.cc
@@ -12,8 +12,8 @@
#include "base/base64.h"
#include "base/bind.h"
+#include "base/check_op.h"
#include "base/compiler_specific.h"
-#include "base/logging.h"
#include "base/metrics/histogram_functions.h"
#include "base/stl_util.h"
#include "base/strings/string_number_conversions.h"