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

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

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
Patch Set: . Created 4 years, 5 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/shell/public/cpp/service_context_ref.h ('k') | services/shell/public/cpp/shell_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service_test.h
diff --git a/services/shell/public/cpp/service_test.h b/services/shell/public/cpp/service_test.h
index 507c7194a5c13d26fbcae716d599f724f8b43c68..ca3868eff8d5c09ec6acf8aa0cf794aaf9b5427f 100644
--- a/services/shell/public/cpp/service_test.h
+++ b/services/shell/public/cpp/service_test.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "services/shell/public/cpp/connector.h"
#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/cpp/shell_connection.h"
+#include "services/shell/public/cpp/service_context.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace base {
@@ -91,7 +91,7 @@ class ServiceTest : public testing::Test {
std::unique_ptr<base::MessageLoop> message_loop_;
std::unique_ptr<BackgroundShell> background_shell_;
- std::unique_ptr<ShellConnection> shell_connection_;
+ std::unique_ptr<ServiceContext> service_context_;
// See constructor.
std::string test_name_;
« no previous file with comments | « services/shell/public/cpp/service_context_ref.h ('k') | services/shell/public/cpp/shell_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698