diff options
Diffstat (limited to 'remoting/base/compound_buffer.h')
-rw-r--r-- | remoting/base/compound_buffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/base/compound_buffer.h b/remoting/base/compound_buffer.h index cf92242..b07f40f 100644 --- a/remoting/base/compound_buffer.h +++ b/remoting/base/compound_buffer.h @@ -1,4 +1,4 @@ -// 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. @@ -21,7 +21,7 @@ #include <deque> #include "base/basictypes.h" -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #include "google/protobuf/io/zero_copy_stream.h" namespace net { |