| Index: media/audio/linux/alsa_output.h
|
| ===================================================================
|
| --- media/audio/linux/alsa_output.h (revision 50001)
|
| +++ media/audio/linux/alsa_output.h (working copy)
|
| @@ -114,7 +114,6 @@
|
|
|
| virtual ~AlsaPcmOutputStream();
|
|
|
| - public: // clang workaround
|
| // Flags indicating the state of the stream.
|
| enum InternalState {
|
| kInError = 0,
|
| @@ -124,7 +123,6 @@
|
| kIsStopped,
|
| kIsClosed
|
| };
|
| - private:
|
| friend std::ostream& operator<<(std::ostream& os, InternalState);
|
|
|
| // Various tasks that complete actions started in the public API.
|
|
|