Index: net/websockets/websocket_frame_unittest.cc |
diff --git a/net/websockets/websocket_frame_unittest.cc b/net/websockets/websocket_frame_unittest.cc |
index 6788679a4a9bbc077e393f403c5ced7b989490cc..03bbad85f7aa483031c06732e6e7717112400360 100644 |
--- a/net/websockets/websocket_frame_unittest.cc |
+++ b/net/websockets/websocket_frame_unittest.cc |
@@ -12,8 +12,8 @@ |
#include "base/command_line.h" |
#include "base/logging.h" |
#include "base/memory/aligned_memory.h" |
-#include "base/string_number_conversions.h" |
-#include "base/stringprintf.h" |
+#include "base/strings/string_number_conversions.h" |
+#include "base/strings/stringprintf.h" |
#include "base/time.h" |
#include "net/base/net_errors.h" |
#include "testing/gtest/include/gtest/gtest.h" |