diff options
Diffstat (limited to 'net/websockets/websocket_net_log_params_unittest.cc')
-rw-r--r-- | net/websockets/websocket_net_log_params_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/websockets/websocket_net_log_params_unittest.cc b/net/websockets/websocket_net_log_params_unittest.cc index f3a5751..f624442 100644 --- a/net/websockets/websocket_net_log_params_unittest.cc +++ b/net/websockets/websocket_net_log_params_unittest.cc @@ -2,12 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "net/websockets/websocket_net_log_params.h" + #include <string> #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/values.h" -#include "net/websockets/websocket_net_log_params.h" #include "testing/gtest/include/gtest/gtest.h" TEST(NetLogWebSocketHandshakeParameterTest, ToValue) { |