| Index: chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
|
| diff --git a/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h b/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
|
| index 37822d731570c48e63b94d8a6e0e5cd4bc596002..f2e75c8086638463c2c17f3767c164b679b3a57b 100644
|
| --- a/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
|
| +++ b/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
|
| @@ -92,7 +92,7 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler {
|
| // Performs an action for an Issue of |type|.
|
| // |args| contains additional parameter that varies based on |type|.
|
| // Returns |true| if the action was successfully performed.
|
| - bool ActOnIssueType(const IssueAction::Type& type,
|
| + bool ActOnIssueType(Issue::ActionType type,
|
| const base::DictionaryValue* args);
|
|
|
| // May update the first run flow related properties in the WebUI. This is
|
|
|