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

Unified Diff: mojo/shell/capability_filter_test.cc

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/capability_filter_test.h ('k') | mojo/shell/connect_to_application_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/capability_filter_test.cc
diff --git a/mojo/shell/capability_filter_test.cc b/mojo/shell/capability_filter_test.cc
index 8f294dd7552a294ff40499f39d9f025584bcb3ec..a5a8bb0f752bbb7d546061fb5e45d408fe601150 100644
--- a/mojo/shell/capability_filter_test.cc
+++ b/mojo/shell/capability_filter_test.cc
@@ -51,7 +51,8 @@ class ConnectionValidator : public ApplicationLoader,
private:
// Overridden from ApplicationLoader:
- void Load(const GURL& url, InterfaceRequest<Application> request) override {
+ void Load(const GURL& url,
+ InterfaceRequest<mojom::Application> request) override {
app_.reset(new ApplicationImpl(this, std::move(request)));
}
@@ -194,7 +195,7 @@ TestLoader::TestLoader(ApplicationDelegate* delegate) : delegate_(delegate) {}
TestLoader::~TestLoader() {}
void TestLoader::Load(const GURL& url,
- InterfaceRequest<Application> request) {
+ InterfaceRequest<mojom::Application> request) {
app_.reset(new ApplicationImpl(delegate_.get(), std::move(request)));
}
« no previous file with comments | « mojo/shell/capability_filter_test.h ('k') | mojo/shell/connect_to_application_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698