Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(684)

Side by Side Diff: ui/events/blink/input_handler_proxy_unittest.cc

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: fix upstream Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/events/blink/input_handler_proxy.h" 5 #include "ui/events/blink/input_handler_proxy.h"
6 6
7 #include <memory> 7 #include <memory>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/memory/ptr_util.h" 11 #include "base/memory/ptr_util.h"
12 #include "base/memory/ref_counted_memory.h" 12 #include "base/memory/ref_counted_memory.h"
13 #include "base/message_loop/message_loop.h"
13 #include "base/run_loop.h" 14 #include "base/run_loop.h"
14 #include "base/test/histogram_tester.h" 15 #include "base/test/histogram_tester.h"
15 #include "base/test/scoped_feature_list.h" 16 #include "base/test/scoped_feature_list.h"
16 #include "base/test/simple_test_tick_clock.h" 17 #include "base/test/simple_test_tick_clock.h"
17 #include "base/test/trace_event_analyzer.h" 18 #include "base/test/trace_event_analyzer.h"
18 #include "base/trace_event/trace_buffer.h" 19 #include "base/trace_event/trace_buffer.h"
19 #include "cc/input/main_thread_scrolling_reason.h" 20 #include "cc/input/main_thread_scrolling_reason.h"
20 #include "cc/trees/swap_promise_monitor.h" 21 #include "cc/trees/swap_promise_monitor.h"
21 #include "testing/gmock/include/gmock/gmock.h" 22 #include "testing/gmock/include/gmock/gmock.h"
22 #include "testing/gtest/include/gtest/gtest.h" 23 #include "testing/gtest/include/gtest/gtest.h"
(...skipping 3845 matching lines...) Expand 10 before | Expand all | Expand 10 after
3868 INSTANTIATE_TEST_CASE_P(AnimateInput, 3869 INSTANTIATE_TEST_CASE_P(AnimateInput,
3869 InputHandlerProxyWithoutWheelScrollLatchingTest, 3870 InputHandlerProxyWithoutWheelScrollLatchingTest,
3870 testing::ValuesIn(test_types)); 3871 testing::ValuesIn(test_types));
3871 3872
3872 INSTANTIATE_TEST_CASE_P(InputHandlerProxyEventQueueTests, 3873 INSTANTIATE_TEST_CASE_P(InputHandlerProxyEventQueueTests,
3873 InputHandlerProxyEventQueueTest, 3874 InputHandlerProxyEventQueueTest,
3874 testing::Bool()); 3875 testing::Bool());
3875 3876
3876 } // namespace test 3877 } // namespace test
3877 } // namespace ui 3878 } // namespace ui
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698