Index: chrome/browser/ui/ash/cast_config_delegate_chromeos.h |
diff --git a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h b/chrome/browser/ui/ash/cast_config_delegate_chromeos.h |
index f0c1b58f46fbe0a905d6a46eda9255e4e5e2521c..c77afebdd8a45e32aa1f95a450a13bc3e575483e 100644 |
--- a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h |
+++ b/chrome/browser/ui/ash/cast_config_delegate_chromeos.h |
@@ -27,7 +27,7 @@ class CastConfigDelegateChromeos : public ash::CastConfigDelegate { |
void GetReceiversAndActivities( |
const ReceiversAndActivitesCallback& callback) override; |
void CastToReceiver(const std::string& receiver_id) override; |
- void StopCasting(const std::string& activity_id) override; |
+ void StopCasting() override; |
void LaunchCastOptions() override; |
DISALLOW_COPY_AND_ASSIGN(CastConfigDelegateChromeos); |