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

Unified Diff: mojo/shell/fetcher/about_fetcher_unittest.cc

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/connect_util.cc ('k') | mojo/shell/package_manager/content_handler_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/fetcher/about_fetcher_unittest.cc
diff --git a/mojo/shell/fetcher/about_fetcher_unittest.cc b/mojo/shell/fetcher/about_fetcher_unittest.cc
index 7ca66555f7cb6bd6c81676c22805d1a4e8d323f6..ea6e92600e1c83a52b7611d4deeeb75b9f765bc6 100644
--- a/mojo/shell/fetcher/about_fetcher_unittest.cc
+++ b/mojo/shell/fetcher/about_fetcher_unittest.cc
@@ -107,8 +107,8 @@ class AboutFetcherTest : public testing::Test {
void ConnectAndWait(const std::string& url) {
base::RunLoop run_loop;
- InterfaceProviderPtr remote_interfaces;
- InterfaceRequest<InterfaceProvider> remote_request =
+ shell::mojom::InterfaceProviderPtr remote_interfaces;
+ shell::mojom::InterfaceProviderRequest remote_request =
GetProxy(&remote_interfaces);
// This connection error handler will be called when:
// - TestContentHandler::StartApplication() has been called (please see
« no previous file with comments | « mojo/shell/connect_util.cc ('k') | mojo/shell/package_manager/content_handler_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698