summaryrefslogtreecommitdiffstats
path: root/net/base/io_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/io_buffer.h')
-rw-r--r--net/base/io_buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/base/io_buffer.h b/net/base/io_buffer.h
index 527864b..a747ead 100644
--- a/net/base/io_buffer.h
+++ b/net/base/io_buffer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 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.
@@ -8,9 +8,9 @@
#include <string>
+#include "base/memory/ref_counted.h"
+#include "base/memory/scoped_ptr.h"
#include "base/pickle.h"
-#include "base/ref_counted.h"
-#include "base/scoped_ptr.h"
namespace net {