diff options
Diffstat (limited to 'remoting/protocol/socket_reader_base.h')
-rw-r--r-- | remoting/protocol/socket_reader_base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/socket_reader_base.h b/remoting/protocol/socket_reader_base.h index 5e366f8..63e4e81 100644 --- a/remoting/protocol/socket_reader_base.h +++ b/remoting/protocol/socket_reader_base.h @@ -1,11 +1,11 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. #ifndef REMOTING_PROTOCOL_SOCKET_READER_BASE_H_ #define REMOTING_PROTOCOL_SOCKET_READER_BASE_H_ -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #include "net/base/completion_callback.h" namespace net { |