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

Unified Diff: services/files/files_test_base.cc

Issue 1990603002: Make ApplicationTestBase not use ApplicationImpl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: delete ApplicationImpl::WaitForInitialize() Created 4 years, 7 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 | « services/contacts/contacts_apptest.cc ('k') | services/http_server/http_server_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/files/files_test_base.cc
diff --git a/services/files/files_test_base.cc b/services/files/files_test_base.cc
index 87ac709756635cf2cb0fb88c7f610053c1499436..f4ff3ae63083ae16b08329e95afe3096e7dcf6bd 100644
--- a/services/files/files_test_base.cc
+++ b/services/files/files_test_base.cc
@@ -4,7 +4,6 @@
#include "services/files/files_test_base.h"
-#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/public/cpp/application/connect.h"
#include "mojo/services/files/interfaces/files.mojom.h"
#include "mojo/services/files/interfaces/types.mojom.h"
@@ -18,8 +17,7 @@ FilesTestBase::~FilesTestBase() {}
void FilesTestBase::SetUp() {
test::ApplicationTestBase::SetUp();
- ConnectToService(application_impl()->shell(), "mojo:files",
- GetSynchronousProxy(&files_));
+ ConnectToService(shell(), "mojo:files", GetSynchronousProxy(&files_));
}
void FilesTestBase::GetTemporaryRoot(
« no previous file with comments | « services/contacts/contacts_apptest.cc ('k') | services/http_server/http_server_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698