| Index: media/audio/audio_output_proxy.h
|
| ===================================================================
|
| --- media/audio/audio_output_proxy.h (revision 95560)
|
| +++ media/audio/audio_output_proxy.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
|
|
| @@ -20,7 +20,7 @@
|
| //
|
| // AudioOutputProxy uses AudioOutputDispatcher to open and close
|
| // physical output streams.
|
| -class MEDIA_EXPORT AudioOutputProxy : public AudioOutputStream {
|
| +class AudioOutputProxy : public AudioOutputStream {
|
| public:
|
| // Caller keeps ownership of |dispatcher|.
|
| AudioOutputProxy(AudioOutputDispatcher* dispatcher);
|
|
|
| Property changes on: media\audio\audio_output_proxy.h
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|