| Index: chrome/utility/shell_handler_impl_win.h
|
| diff --git a/chrome/utility/shell_handler_impl_win.h b/chrome/utility/shell_handler_impl_win.h
|
| index e4ef16a4c07239935b33e104eb38047d8d32c36f..b96a5fa3ccdb5527be9a8173f0a56ddcdc0198c7 100644
|
| --- a/chrome/utility/shell_handler_impl_win.h
|
| +++ b/chrome/utility/shell_handler_impl_win.h
|
| @@ -9,15 +9,15 @@
|
| #include "chrome/common/shell_handler_win.mojom.h"
|
|
|
| // Implements the ShellHandler mojo interface.
|
| -class ShellHandlerImpl : public mojom::ShellHandler {
|
| +class ShellHandlerImpl : public chrome::mojom::ShellHandler {
|
| public:
|
| ShellHandlerImpl();
|
| ~ShellHandlerImpl() override;
|
|
|
| - static void Create(mojom::ShellHandlerRequest request);
|
| + static void Create(chrome::mojom::ShellHandlerRequest request);
|
|
|
| private:
|
| - // mojom::ShellHandler:
|
| + // chrome::mojom::ShellHandler:
|
| void IsPinnedToTaskbar(const IsPinnedToTaskbarCallback& callback) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellHandlerImpl);
|
|
|