diff options
Diffstat (limited to 'content/browser/renderer_host/audio_renderer_host.h')
-rw-r--r-- | content/browser/renderer_host/audio_renderer_host.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/renderer_host/audio_renderer_host.h b/content/browser/renderer_host/audio_renderer_host.h index 498ab64..30dee10 100644 --- a/content/browser/renderer_host/audio_renderer_host.h +++ b/content/browser/renderer_host/audio_renderer_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. // @@ -56,9 +56,9 @@ #include <map> #include "base/gtest_prod_util.h" +#include "base/memory/ref_counted.h" +#include "base/memory/scoped_ptr.h" #include "base/process.h" -#include "base/ref_counted.h" -#include "base/scoped_ptr.h" #include "base/shared_memory.h" #include "content/browser/browser_message_filter.h" #include "content/browser/browser_thread.h" |