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

Unified Diff: media/filters/audio_renderer_algorithm_default.h

Issue 150140: Minor changes to ARAB and ARAD necessary for OLA (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
Index: media/filters/audio_renderer_algorithm_default.h
===================================================================
--- media/filters/audio_renderer_algorithm_default.h (revision 19669)
+++ media/filters/audio_renderer_algorithm_default.h (working copy)
@@ -10,12 +10,12 @@
#ifndef MEDIA_FILTERS_AUDIO_RENDERER_ALGORITHM_DEFAULT_H_
#define MEDIA_FILTERS_AUDIO_RENDERER_ALGORITHM_DEFAULT_H_
-#include "base/time.h"
-#include "media/base/data_buffer.h"
#include "media/filters/audio_renderer_algorithm_base.h"
namespace media {
+class DataBuffer;
+
class AudioRendererAlgorithmDefault : public AudioRendererAlgorithmBase {
public:
AudioRendererAlgorithmDefault();

Powered by Google App Engine
This is Rietveld 408576698