| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index ae08e7b534a020a07a4c23edde0df9f322d80061..934968ce7cd2171a78f204085238abc0fd621a5b 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -102,7 +102,7 @@ class AcceleratorFilter;
|
| class ActivationController;
|
| class AppListController;
|
| class CaptureController;
|
| -class DisplayChangeObserverX11;
|
| +class DisplayChangeObserver;
|
| class DisplayErrorObserver;
|
| class DisplayManager;
|
| class DragDropController;
|
| @@ -609,8 +609,8 @@ class ASH_EXPORT Shell
|
| output_configurator_animation_;
|
| scoped_ptr<internal::DisplayErrorObserver> display_error_observer_;
|
|
|
| - // Receives output change events and udpates the display manager.
|
| - scoped_ptr<internal::DisplayChangeObserverX11> display_change_observer_;
|
| + // Listens for output changes and updates the display manager.
|
| + scoped_ptr<internal::DisplayChangeObserver> display_change_observer_;
|
| #endif // defined(OS_CHROMEOS) && defined(USE_X11)
|
|
|
| scoped_ptr<internal::ResolutionNotificationController>
|
|
|