Index: content/browser/renderer_host/media/video_capture_host.cc |
=================================================================== |
--- content/browser/renderer_host/media/video_capture_host.cc (revision 130181) |
+++ content/browser/renderer_host/media/video_capture_host.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 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. |
@@ -38,7 +38,7 @@ |
}; |
VideoCaptureHost::VideoCaptureHost(content::ResourceContext* resource_context, |
- media::AudioManager* audio_manager) |
+ AudioManager* audio_manager) |
: resource_context_(resource_context), |
audio_manager_(audio_manager) { |
} |