diff options
Diffstat (limited to 'content/renderer/gpu_channel_host.h')
-rw-r--r-- | content/renderer/gpu_channel_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/gpu_channel_host.h b/content/renderer/gpu_channel_host.h index 0b7666e..56ca56b 100644 --- a/content/renderer/gpu_channel_host.h +++ b/content/renderer/gpu_channel_host.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. @@ -10,8 +10,8 @@ #include <vector> #include "base/hash_tables.h" +#include "base/memory/scoped_ptr.h" #include "base/process_util.h" -#include "base/scoped_ptr.h" #include "content/common/gpu_info.h" #include "content/common/message_router.h" #include "ipc/ipc_channel_handle.h" |