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

Unified Diff: ui/views/mus/views_mus_test_suite.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
« no previous file with comments | « services/video_capture/video_capture_service.h ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/views_mus_test_suite.h
diff --git a/ui/views/mus/views_mus_test_suite.h b/ui/views/mus/views_mus_test_suite.h
index 8d167312ce1d3e6610fef23fdddcdd86200f2189..2bfd3136b45dbc9111d3ee4e0d8180015bc9d3e4 100644
--- a/ui/views/mus/views_mus_test_suite.h
+++ b/ui/views/mus/views_mus_test_suite.h
@@ -12,7 +12,7 @@
namespace views {
-class ShellConnection;
+class ServiceManagerConnection;
class ViewsMusTestSuite : public ViewsTestSuite {
public:
@@ -24,7 +24,7 @@ class ViewsMusTestSuite : public ViewsTestSuite {
void Initialize() override;
void Shutdown() override;
- std::unique_ptr<ShellConnection> service_manager_connections_;
+ std::unique_ptr<ServiceManagerConnection> service_manager_connections_;
DISALLOW_COPY_AND_ASSIGN(ViewsMusTestSuite);
};
« no previous file with comments | « services/video_capture/video_capture_service.h ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698