| Index: chrome/browser/ui/webui/welcome_win10_handler.h
|
| diff --git a/chrome/browser/ui/webui/welcome_win10_handler.h b/chrome/browser/ui/webui/welcome_win10_handler.h
|
| index aafbf863d00fe749fcf6c292dc780d884b724537..6220e0cc03291a32b540823c10cfb75787141a5c 100644
|
| --- a/chrome/browser/ui/webui/welcome_win10_handler.h
|
| +++ b/chrome/browser/ui/webui/welcome_win10_handler.h
|
| @@ -36,7 +36,7 @@ class WelcomeWin10Handler : public content::WebUIMessageHandler {
|
|
|
| void StartIsPinnedToTaskbarCheck();
|
|
|
| - // Callback for mojom::ShellHandler's call to IsPinnedToTaskbar().
|
| + // Callback for chrome::mojom::ShellHandler's call to IsPinnedToTaskbar().
|
| void OnIsPinnedToTaskbarResult(bool succeeded, bool is_pinned_to_taskbar);
|
|
|
| // Sets the internal result and optionally call
|
| @@ -48,7 +48,8 @@ class WelcomeWin10Handler : public content::WebUIMessageHandler {
|
| // promise.
|
| void SendPinnedToTaskbarStateResult();
|
|
|
| - std::unique_ptr<content::UtilityProcessMojoClient<mojom::ShellHandler>>
|
| + std::unique_ptr<
|
| + content::UtilityProcessMojoClient<chrome::mojom::ShellHandler>>
|
| client_;
|
| base::OneShotTimer timer_;
|
|
|
|
|