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

Unified Diff: services/ui/ws/window_server_test_base.h

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . Created 4 years 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/ui/ws/gpu_service_proxy.cc ('k') | services/ui/ws/window_server_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_test_base.h
diff --git a/services/ui/ws/window_server_test_base.h b/services/ui/ws/window_server_test_base.h
index 6220c8c5b3715c6187fef2fd061468f4ff0ae528..47e6d57db6f4a543212b3b0be7de438266f343dd 100644
--- a/services/ui/ws/window_server_test_base.h
+++ b/services/ui/ws/window_server_test_base.h
@@ -24,7 +24,7 @@ class MusContextFactory;
}
namespace ui {
-class GpuService;
+class Gpu;
// WindowServerTestBase is a base class for use with shell tests that use
// WindowServer. SetUp() connects to the WindowServer and blocks until OnEmbed()
@@ -133,7 +133,7 @@ class WindowServerTestBase
display::ScreenBase screen_;
aura::PropertyConverter property_converter_;
- std::unique_ptr<GpuService> gpu_service_;
+ std::unique_ptr<Gpu> gpu_;
std::unique_ptr<aura::MusContextFactory> compositor_context_factory_;
std::vector<std::unique_ptr<aura::WindowTreeClient>> window_tree_clients_;
« no previous file with comments | « services/ui/ws/gpu_service_proxy.cc ('k') | services/ui/ws/window_server_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698