| Index: ui/views/focus/accelerator_handler.h
|
| diff --git a/ui/views/focus/accelerator_handler.h b/ui/views/focus/accelerator_handler.h
|
| index 29f353e697cc84899435f626e6c4800000869aa9..cf0a880089eaed393395775c40430be89bf14636 100644
|
| --- a/ui/views/focus/accelerator_handler.h
|
| +++ b/ui/views/focus/accelerator_handler.h
|
| @@ -10,8 +10,9 @@
|
| #include <set>
|
| #include <vector>
|
|
|
| +#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "base/message_loop/message_loop.h"
|
| +#include "base/message_loop/message_pump_dispatcher.h"
|
| #include "ui/views/views_export.h"
|
|
|
| namespace views {
|
| @@ -24,7 +25,7 @@ bool VIEWS_EXPORT DispatchXEvent(XEvent* xevent);
|
|
|
| // This class delegates the key messages to the associated FocusManager class
|
| // for the window that is receiving these messages for accelerator processing.
|
| -class VIEWS_EXPORT AcceleratorHandler : public base::MessageLoop::Dispatcher {
|
| +class VIEWS_EXPORT AcceleratorHandler : public base::MessagePumpDispatcher {
|
| public:
|
| AcceleratorHandler();
|
|
|
|
|