Index: services/media/framework/lpcm_util.h |
diff --git a/services/media/framework/lpcm_util.h b/services/media/framework/lpcm_util.h |
index bdaeab3388925fb4334a354e5710978849b04394..64309127d9be0acd2ea5fcbf4ffcc25683fa0b87 100644 |
--- a/services/media/framework/lpcm_util.h |
+++ b/services/media/framework/lpcm_util.h |
@@ -15,7 +15,7 @@ namespace media { |
// Helper class that performs various LPCM processing functions. |
class LpcmUtil { |
public: |
- static std::unique_ptr<LpcmUtil> Create(const LpcmStreamType& stream_type); |
+ static std::unique_ptr<LpcmUtil> Create(const AudioStreamType& stream_type); |
virtual ~LpcmUtil() {} |