| Index: content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
| diff --git a/content/browser/renderer_host/input/mouse_wheel_event_queue.cc b/content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
| index d1d3bc22276279290e8cde1271e27591b76b26e3..ed307bcc32112ff280381e922aa58428aaf1f4b5 100644
|
| --- a/content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
| +++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.cc
|
| @@ -45,7 +45,7 @@ MouseWheelEventQueue::MouseWheelEventQueue(MouseWheelEventQueueClient* client,
|
|
|
| MouseWheelEventQueue::~MouseWheelEventQueue() {
|
| if (!wheel_queue_.empty())
|
| - STLDeleteElements(&wheel_queue_);
|
| + base::STLDeleteElements(&wheel_queue_);
|
| }
|
|
|
| void MouseWheelEventQueue::QueueEvent(
|
|
|