Index: content/browser/renderer_host/input/touch_emulator_unittest.cc |
diff --git a/content/browser/renderer_host/input/touch_emulator_unittest.cc b/content/browser/renderer_host/input/touch_emulator_unittest.cc |
index 51580ff447b3ce17c4e566e849f486d97236f824..2852a1f0fa81d42ae2b54e02ca3e39cf953cd1cf 100644 |
--- a/content/browser/renderer_host/input/touch_emulator_unittest.cc |
+++ b/content/browser/renderer_host/input/touch_emulator_unittest.cc |
@@ -219,7 +219,7 @@ class TouchEmulatorTest : public testing::Test, |
if (ack) { |
// Can't send ack if there are some pending acks. |
- DCHECK(!touch_events_to_ack_.size()); |
+ DCHECK(touch_events_to_ack_.empty()); |
// Touch event is forwarded, ack should not be handled by emulator. |
EXPECT_FALSE(emulator()->HandleTouchEventAck( |