| Index: ash/accelerators/nested_dispatcher_controller_unittest.cc
|
| diff --git a/ash/accelerators/nested_dispatcher_controller_unittest.cc b/ash/accelerators/nested_dispatcher_controller_unittest.cc
|
| index 18c24e0bcbf88c7166108ec32f18510c748439cd..b4ab84355f74bf9a8253384019ba13aac94263eb 100644
|
| --- a/ash/accelerators/nested_dispatcher_controller_unittest.cc
|
| +++ b/ash/accelerators/nested_dispatcher_controller_unittest.cc
|
| @@ -40,6 +40,9 @@ class MockDispatcher : public MessageLoop::Dispatcher {
|
| num_key_events_dispatched_++;
|
| return !ui::IsNoopEvent(event);
|
| }
|
| + virtual bool ShouldExit() OVERRIDE {
|
| + return false;
|
| + }
|
| #endif // defined(OS_WIN) || defined(USE_X11)
|
|
|
| private:
|
|
|