| Index: net/websockets/websocket_handshake_handler_unittest.cc
|
| diff --git a/net/websockets/websocket_handshake_handler_unittest.cc b/net/websockets/websocket_handshake_handler_unittest.cc
|
| index 20ad2d43553918dbe175d55ff9b0a3c20144a540..e7d2d75ae21fd6c9826f4c145d5d7b3a90d262bb 100644
|
| --- a/net/websockets/websocket_handshake_handler_unittest.cc
|
| +++ b/net/websockets/websocket_handshake_handler_unittest.cc
|
| @@ -10,9 +10,9 @@
|
| #include "base/basictypes.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "net/http/http_util.h"
|
| +#include "url/gurl.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|