Index: media/audio/audio_input_stream_impl.h |
=================================================================== |
--- media/audio/audio_input_stream_impl.h (revision 130181) |
+++ media/audio/audio_input_stream_impl.h (working copy) |
@@ -10,8 +10,6 @@ |
#include "base/time.h" |
#include "media/audio/audio_io.h" |
-namespace media { |
- |
// AudioInputStreamImpl implements platform-independent parts of the |
// AudioInputStream interface. Each platform dependent implementation |
// should derive from this class. |
@@ -66,6 +64,4 @@ |
DISALLOW_COPY_AND_ASSIGN(AudioInputStreamImpl); |
}; |
-} // namespace media |
- |
#endif // MEDIA_AUDIO_AUDIO_INPUT_STREAM_IMPL_H_ |