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

Unified Diff: mojo/shell/shell_application_loader.h

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 months 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 | « mojo/shell/shell_application_delegate.cc ('k') | mojo/shell/shell_application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_application_loader.h
diff --git a/mojo/shell/shell_application_loader.h b/mojo/shell/shell_application_loader.h
index 7ffd365e35355df509e53ab2d304745799989356..b00f08a32d3e767167e56fab8a8abb7bbc7cbe54 100644
--- a/mojo/shell/shell_application_loader.h
+++ b/mojo/shell/shell_application_loader.h
@@ -21,7 +21,7 @@ class ShellApplicationLoader : public ApplicationLoader {
// Overridden from ApplicationLoader:
void Load(
const GURL& url,
- InterfaceRequest<Application> application_request) override;
+ InterfaceRequest<mojom::Application> application_request) override;
scoped_ptr<ApplicationImpl> app_;
« no previous file with comments | « mojo/shell/shell_application_delegate.cc ('k') | mojo/shell/shell_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698