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

Unified Diff: chrome/browser/ui/webui/welcome_win10_handler.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/browser/ui/webui/welcome_win10_handler.h ('k') | chrome/common/shell_handler_win.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/welcome_win10_handler.cc
diff --git a/chrome/browser/ui/webui/welcome_win10_handler.cc b/chrome/browser/ui/webui/welcome_win10_handler.cc
index 95124b556aba29591fcb0457bfa4471573422847..5b961191c5c24cefee7be6f506ffca37392d0ed2 100644
--- a/chrome/browser/ui/webui/welcome_win10_handler.cc
+++ b/chrome/browser/ui/webui/welcome_win10_handler.cc
@@ -76,9 +76,9 @@ void WelcomeWin10Handler::HandleContinue(const base::ListValue* args) {
void WelcomeWin10Handler::StartIsPinnedToTaskbarCheck() {
// Start the utility process that will handle the IsPinnedToTaskbar() call.
- client_ =
- base::MakeUnique<content::UtilityProcessMojoClient<mojom::ShellHandler>>(
- l10n_util::GetStringUTF16(IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME));
+ client_ = base::MakeUnique<
+ content::UtilityProcessMojoClient<chrome::mojom::ShellHandler>>(
+ l10n_util::GetStringUTF16(IDS_UTILITY_PROCESS_SHELL_HANDLER_NAME));
// Assume that Chrome is pinned to the taskbar if an error occurs.
client_->set_error_callback(
« no previous file with comments | « chrome/browser/ui/webui/welcome_win10_handler.h ('k') | chrome/common/shell_handler_win.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698