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 35dd93f694cac126140211fe8507e689a4778fe2..20ad2d43553918dbe175d55ff9b0a3c20144a540 100644 |
--- a/net/websockets/websocket_handshake_handler_unittest.cc |
+++ b/net/websockets/websocket_handshake_handler_unittest.cc |
@@ -8,8 +8,8 @@ |
#include <vector> |
#include "base/basictypes.h" |
-#include "base/string_util.h" |
-#include "base/stringprintf.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" |