Index: components/mus/view_tree_host_impl.cc |
diff --git a/components/mus/view_tree_host_impl.cc b/components/mus/view_tree_host_impl.cc |
index 7f04d19d4054242bb6f05d5396e1d8038dc86424..775c5f98ed35054a12e1c07ef2cd9f605f71efea 100644 |
--- a/components/mus/view_tree_host_impl.cc |
+++ b/components/mus/view_tree_host_impl.cc |
@@ -14,15 +14,15 @@ |
#include "mojo/common/common_type_converters.h" |
#include "mojo/converters/geometry/geometry_type_converters.h" |
-namespace mus { |
+namespace view_manager { |
ViewTreeHostImpl::ViewTreeHostImpl( |
mojo::ViewTreeHostClientPtr client, |
ConnectionManager* connection_manager, |
bool is_headless, |
mojo::ApplicationImpl* app_impl, |
- const scoped_refptr<GpuState>& gpu_state, |
- const scoped_refptr<SurfacesState>& surfaces_state) |
+ const scoped_refptr<gles2::GpuState>& gpu_state, |
+ const scoped_refptr<surfaces::SurfacesState>& surfaces_state) |
: delegate_(nullptr), |
connection_manager_(connection_manager), |
client_(client.Pass()), |
@@ -238,4 +238,4 @@ |
UpdateTextInputState(new_focused_view, new_focused_view->text_input_state()); |
} |
-} // namespace mus |
+} // namespace view_manager |