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

Unified Diff: media/audio/simple_sources.h

Issue 5091005: FBTF: Remove unneeded headers from base/ (part 9) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win build Created 10 years, 1 month 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 | « chrome_frame/test/ie_event_sink.h ('k') | media/base/filter_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/simple_sources.h
===================================================================
--- media/audio/simple_sources.h (revision 66704)
+++ media/audio/simple_sources.h (working copy)
@@ -7,7 +7,6 @@
#include <list>
-#include "base/lock.h"
#include "media/audio/audio_io.h"
#include "media/base/seekable_buffer.h"
@@ -42,7 +41,7 @@
// defined by AudioSourceCallback are pull model only.
class PushAudioOutput {
public:
- virtual ~PushAudioOutput(){}
+ virtual ~PushAudioOutput() {}
// Write audio data to the audio device. It will be played eventually.
// Returns false on failure.
« no previous file with comments | « chrome_frame/test/ie_event_sink.h ('k') | media/base/filter_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698