| Index: chromeos/display/output_configurator.h
|
| diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h
|
| index 96c38b36bf8076d339503f0e073944f0798739bd..da43da72e3a926839241e54206ddc830b7091ddb 100644
|
| --- a/chromeos/display/output_configurator.h
|
| +++ b/chromeos/display/output_configurator.h
|
| @@ -38,7 +38,8 @@ enum OutputState {
|
|
|
| // This class interacts directly with the underlying Xrandr API to manipulate
|
| // CTRCs and Outputs.
|
| -class CHROMEOS_EXPORT OutputConfigurator : public MessageLoop::Dispatcher {
|
| +class CHROMEOS_EXPORT OutputConfigurator
|
| + : public base::MessageLoop::Dispatcher {
|
| public:
|
| // Information about an output's current state.
|
| struct OutputSnapshot {
|
|
|