summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 1c4e779..f11f1ce 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -96,7 +96,7 @@ class NestedDispatcherController;
class NewWindowDelegate;
class PartialMagnificationController;
class PowerButtonController;
-class RootWindowHostFactory;
+class WindowTreeHostFactory;
class ScreenAsh;
class SessionStateDelegate;
class ShelfModel;
@@ -499,7 +499,7 @@ class ASH_EXPORT Shell
return resolution_notification_controller_.get();
}
- RootWindowHostFactory* root_window_host_factory() {
+ WindowTreeHostFactory* root_window_host_factory() {
return root_window_host_factory_.get();
}
@@ -636,7 +636,7 @@ class ASH_EXPORT Shell
scoped_ptr<internal::EventClientImpl> event_client_;
scoped_ptr<internal::EventTransformationHandler>
event_transformation_handler_;
- scoped_ptr<RootWindowHostFactory> root_window_host_factory_;
+ scoped_ptr<WindowTreeHostFactory> root_window_host_factory_;
// An event filter that rewrites or drops an event.
scoped_ptr<internal::EventRewriterEventFilter> event_rewriter_filter_;