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

Unified Diff: ui/views/mus/views_mus_test_suite.h

Issue 2420253002: Rename shell namespace to 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 | « ui/views/mus/screen_mus.cc ('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 0f801bf1a84a21b2f96ab7f05b4b786ec92849f8..8d167312ce1d3e6610fef23fdddcdd86200f2189 100644
--- a/ui/views/mus/views_mus_test_suite.h
+++ b/ui/views/mus/views_mus_test_suite.h
@@ -24,7 +24,7 @@ class ViewsMusTestSuite : public ViewsTestSuite {
void Initialize() override;
void Shutdown() override;
- std::unique_ptr<ShellConnection> shell_connections_;
+ std::unique_ptr<ShellConnection> service_manager_connections_;
DISALLOW_COPY_AND_ASSIGN(ViewsMusTestSuite);
};
« no previous file with comments | « ui/views/mus/screen_mus.cc ('k') | ui/views/mus/views_mus_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698