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

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h

Issue 2884763002: Automated IWYU fix for TaskRunner includes. (Closed)
Patch Set: rebase on r472096 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 #ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_TEST_LAZY_SCHEDULER_MESSAGE _LOOP_DELEGATE_FOR_TESTS_H_ 5 #ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_TEST_LAZY_SCHEDULER_MESSAGE _LOOP_DELEGATE_FOR_TESTS_H_
6 #define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_TEST_LAZY_SCHEDULER_MESSAGE _LOOP_DELEGATE_FOR_TESTS_H_ 6 #define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_TEST_LAZY_SCHEDULER_MESSAGE _LOOP_DELEGATE_FOR_TESTS_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/run_loop.h" 12 #include "base/run_loop.h"
13 #include "base/single_thread_task_runner.h"
13 #include "base/time/tick_clock.h" 14 #include "base/time/tick_clock.h"
14 #include "platform/scheduler/child/scheduler_tqm_delegate.h" 15 #include "platform/scheduler/child/scheduler_tqm_delegate.h"
15 16
16 namespace base { 17 namespace base {
17 class MessageLoop; 18 class MessageLoop;
18 } 19 }
19 20
20 namespace blink { 21 namespace blink {
21 namespace scheduler { 22 namespace scheduler {
22 23
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 65
65 base::RunLoop::NestingObserver* pending_observer_; 66 base::RunLoop::NestingObserver* pending_observer_;
66 67
67 DISALLOW_COPY_AND_ASSIGN(LazySchedulerMessageLoopDelegateForTests); 68 DISALLOW_COPY_AND_ASSIGN(LazySchedulerMessageLoopDelegateForTests);
68 }; 69 };
69 70
70 } // namespace scheduler 71 } // namespace scheduler
71 } // namespace blink 72 } // namespace blink
72 73
73 #endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_TEST_LAZY_SCHEDULER_MESS AGE_LOOP_DELEGATE_FOR_TESTS_H_ 74 #endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_TEST_LAZY_SCHEDULER_MESS AGE_LOOP_DELEGATE_FOR_TESTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698