Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: media/audio/audio_file_writer.h

Issue 2665163002: Refactor AudioInputController and split stat by stream type. (Closed)
Patch Set: Compile Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/speech/speech_recognizer_impl.cc ('k') | media/audio/audio_input_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_file_writer.h
diff --git a/media/audio/audio_file_writer.h b/media/audio/audio_file_writer.h
index e7f8f48ab7941ef556b14e4ed9b3de4e2f280045..dabfa23dd95566b78e32f34e6312a5608a9a2b9d 100644
--- a/media/audio/audio_file_writer.h
+++ b/media/audio/audio_file_writer.h
@@ -7,6 +7,10 @@
#include <memory>
+namespace base {
+class FilePath;
+}
+
namespace media {
class AudioBus;
@@ -36,6 +40,6 @@ class AudioFileWriter {
virtual bool WillWrite() = 0;
};
-} // namspace media
+} // namespace media
#endif // MEDIA_AUDIO_AUDIO_FILE_WRITER_H_
« no previous file with comments | « content/browser/speech/speech_recognizer_impl.cc ('k') | media/audio/audio_input_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698