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

Unified Diff: services/service_manager/public/cpp/service_test.h

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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
Index: services/service_manager/public/cpp/service_test.h
diff --git a/services/service_manager/public/cpp/service_test.h b/services/service_manager/public/cpp/service_test.h
index 7ef568b9d5117fce1317295cb02f2418496f4df1..d46229f54a480e805384eba67016b9a853a7ab1b 100644
--- a/services/service_manager/public/cpp/service_test.h
+++ b/services/service_manager/public/cpp/service_test.h
@@ -19,7 +19,7 @@ class MessageLoop;
namespace service_manager {
-class BackgroundShell;
+class BackgroundServiceManager;
namespace test {
@@ -87,7 +87,7 @@ class ServiceTest : public testing::Test {
std::unique_ptr<Service> service_;
std::unique_ptr<base::MessageLoop> message_loop_;
- std::unique_ptr<BackgroundShell> background_shell_;
+ std::unique_ptr<BackgroundServiceManager> background_service_manager_;
std::unique_ptr<ServiceContext> service_context_;
// See constructor.
« no previous file with comments | « services/service_manager/public/cpp/service_runner.h ('k') | services/service_manager/public/cpp/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698