diff options
Diffstat (limited to 'net/server/web_socket.h')
-rw-r--r-- | net/server/web_socket.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/server/web_socket.h b/net/server/web_socket.h index 66ad789..a4221e4 100644 --- a/net/server/web_socket.h +++ b/net/server/web_socket.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,7 +9,6 @@ #include <string> #include "base/basictypes.h" -#include "base/memory/scoped_ptr.h" namespace net { @@ -44,4 +43,4 @@ class WebSocket { } // namespace net -#endif // NET_SERVER_WEB_SOCKET_H_ +#endif // NET_SERVER_WEB_SOCKET_H_ |