| Index: chromeos/display/output_configurator.h
|
| diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h
|
| index db6e8517e1ef2fefad23a8a54c11fbc50041bcd5..7144d2aadae5bed51fefe666f8c44de7bee810c5 100644
|
| --- a/chromeos/display/output_configurator.h
|
| +++ b/chromeos/display/output_configurator.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/event_types.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| +#include "base/message_loop/message_pump_dispatcher.h"
|
| #include "base/observer_list.h"
|
| #include "base/timer/timer.h"
|
| #include "chromeos/chromeos_export.h"
|
| @@ -64,7 +65,7 @@ enum HDCPState {
|
| // This class interacts directly with the underlying Xrandr API to manipulate
|
| // CTRCs and Outputs.
|
| class CHROMEOS_EXPORT OutputConfigurator
|
| - : public base::MessageLoop::Dispatcher,
|
| + : public base::MessagePumpDispatcher,
|
| public base::MessagePumpObserver {
|
| public:
|
| typedef uint64_t OutputProtectionClientId;
|
|
|