summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/websockets/websocket.h')
-rw-r--r--net/websockets/websocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/websockets/websocket.h b/net/websockets/websocket.h
index f4c1168..2490a54 100644
--- a/net/websockets/websocket.h
+++ b/net/websockets/websocket.h
@@ -15,8 +15,8 @@
#include <deque>
#include <string>
-#include "base/ref_counted.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/ref_counted.h"
+#include "base/memory/scoped_ptr.h"
#include "googleurl/src/gurl.h"
#include "net/base/io_buffer.h"
#include "net/socket_stream/socket_stream.h"