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

Unified Diff: media/audio/pulse/pulse_output.h

Issue 9655018: Make AudioParameters a class instead of a struct (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/audio/pulse/pulse_output.h
diff --git a/media/audio/pulse/pulse_output.h b/media/audio/pulse/pulse_output.h
index d3ef866cd32e44a0b3d204b72747163d8708e9b8..aaf71bee80627ec28289b59812518e194242e427 100644
--- a/media/audio/pulse/pulse_output.h
+++ b/media/audio/pulse/pulse_output.h
@@ -40,7 +40,7 @@ typedef AudioManagerOpenBSD AudioManagerPulse;
#error Unsupported platform
#endif
-struct AudioParameters;
+class AudioParameters;
class PulseAudioOutputStream : public AudioOutputStream {
public:

Powered by Google App Engine
This is Rietveld 408576698