| Index: chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| diff --git a/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h b/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| index 2ef0dafc99494943f5246a9a3bf1c87d7ae0c2c8..de0baadef2220d836a9823a6262261d9f5756aa1 100644
|
| --- a/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| +++ b/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| @@ -6,7 +6,6 @@
|
| #define CHROMECAST_MEDIA_CMA_BACKEND_ALSA_MEDIA_PIPELINE_BACKEND_ALSA_H_
|
|
|
| #include <memory>
|
| -#include <string>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -42,7 +41,6 @@
|
| int64_t GetCurrentPts() override;
|
|
|
| bool Primary() const;
|
| - std::string DeviceId() const;
|
| const scoped_refptr<base::SingleThreadTaskRunner>& GetTaskRunner() const;
|
|
|
| private:
|
|
|