| Index: content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_impl_unittest.cc b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| index ecb3143a46d74e63eb7d8fa02295624ef27f6b63..d7fc65b2a31a6b06f5894da02e35ebf1753e880d 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| +++ b/content/browser/renderer_host/input/input_router_impl_unittest.cc
|
| @@ -304,11 +304,11 @@ class InputRouterImplTest : public testing::Test {
|
| }
|
|
|
| bool TouchEventQueueEmpty() const {
|
| - return input_router()->touch_event_queue_.empty();
|
| + return input_router()->touch_event_queue_->Empty();
|
| }
|
|
|
| bool TouchEventTimeoutEnabled() const {
|
| - return input_router()->touch_event_queue_.IsAckTimeoutEnabled();
|
| + return input_router()->touch_event_queue_->IsAckTimeoutEnabled();
|
| }
|
|
|
| void RequestNotificationWhenFlushed() const {
|
|
|