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

Unified Diff: chrome/utility/shell_handler_impl_win.cc

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/utility/shell_handler_impl_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/shell_handler_impl_win.cc
diff --git a/chrome/utility/shell_handler_impl_win.cc b/chrome/utility/shell_handler_impl_win.cc
index ffd8f420e8ccc445c19f10231fd14abd1d067cd9..e810d5b32f4de0b9e40ad2a73a99b68103f4560b 100644
--- a/chrome/utility/shell_handler_impl_win.cc
+++ b/chrome/utility/shell_handler_impl_win.cc
@@ -212,7 +212,7 @@ ShellHandlerImpl::ShellHandlerImpl() = default;
ShellHandlerImpl::~ShellHandlerImpl() = default;
// static
-void ShellHandlerImpl::Create(mojom::ShellHandlerRequest request) {
+void ShellHandlerImpl::Create(chrome::mojom::ShellHandlerRequest request) {
mojo::MakeStrongBinding(base::MakeUnique<ShellHandlerImpl>(),
std::move(request));
}
« no previous file with comments | « chrome/utility/shell_handler_impl_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698