Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: chrome/utility/shell_handler_impl_win.h

Issue 2479773002: Add chrome namespace to chrome/common/shell_handler_win.mojom (Closed)
Patch Set: Add chrome namespace to chrome/common/shell_handler_win.mojom Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/shell_handler_win.mojom ('k') | chrome/utility/shell_handler_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/common/shell_handler_win.mojom ('k') | chrome/utility/shell_handler_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698