Chromium Code Reviews| Index: chrome/browser/ui/toolbar/media_router_action.h | 
| diff --git a/chrome/browser/ui/toolbar/media_router_action.h b/chrome/browser/ui/toolbar/media_router_action.h | 
| index d437fa98899dafbb1d56132b88f8b2fb67be7319..2fbf52e0f71f380d6c15b10498785c8a34e80207 100644 | 
| --- a/chrome/browser/ui/toolbar/media_router_action.h | 
| +++ b/chrome/browser/ui/toolbar/media_router_action.h | 
| @@ -11,7 +11,7 @@ class Browser; | 
| class MediaRouterActionPlatformDelegate; | 
| namespace media_router { | 
| -class MediaRouterDialogController; | 
| +class MediaRouterDialogControllerImpl; | 
| } // namespace media_router | 
| // The class for the Media Router component action that will be shown in | 
| @@ -46,7 +46,8 @@ class MediaRouterAction : public ToolbarActionViewController { | 
| // Returns a reference to the MediaRouterDialogController associated with | 
| // |delegate_|'s current WebContents. Guaranteed to be non-null. | 
| // |delegate_| and its current WebContents must not be null. | 
| - media_router::MediaRouterDialogController* GetMediaRouterDialogController(); | 
| 
 
mark a. foltz
2015/07/22 21:16:39
Why does this API need to be changed to use the im
 
whywhat
2015/07/22 22:55:01
Well, I assumed that webui/ classes can use the we
 
mark a. foltz
2015/07/22 23:05:55
Okay, if the methods make sense in the MediaRouter
 
 | 
| + media_router::MediaRouterDialogControllerImpl* | 
| + GetMediaRouterDialogController(); | 
| const std::string id_; | 
| const base::string16 name_; |