| Index: content/browser/renderer_host/input/legacy_touch_event_queue.h
|
| diff --git a/content/browser/renderer_host/input/legacy_touch_event_queue.h b/content/browser/renderer_host/input/legacy_touch_event_queue.h
|
| index 8468cde1f02e9c3c98a5e56470bb69d4b03eea0d..742301aa30155cb8ad14d5961ea91fa8cee1bd0b 100644
|
| --- a/content/browser/renderer_host/input/legacy_touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/legacy_touch_event_queue.h
|
| @@ -96,7 +96,7 @@ class CONTENT_EXPORT LegacyTouchEventQueue : public TouchEventQueue {
|
| }
|
|
|
| private:
|
| - friend class TouchEventQueueTest;
|
| + friend class LegacyTouchEventQueueTest;
|
|
|
| bool HasPendingAsyncTouchMoveForTesting() const;
|
| bool IsTimeoutRunningForTesting() const;
|
|
|