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

Side by Side Diff: content/child/blink_platform_impl.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 5 #ifndef CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
6 #define CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 6 #define CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/single_thread_task_runner.h"
12 #include "base/threading/thread_local_storage.h" 13 #include "base/threading/thread_local_storage.h"
13 #include "base/timer/timer.h" 14 #include "base/timer/timer.h"
14 #include "base/trace_event/trace_event.h" 15 #include "base/trace_event/trace_event.h"
15 #include "build/build_config.h" 16 #include "build/build_config.h"
16 #include "components/webcrypto/webcrypto_impl.h" 17 #include "components/webcrypto/webcrypto_impl.h"
17 #include "content/child/webfallbackthemeengine_impl.h" 18 #include "content/child/webfallbackthemeengine_impl.h"
18 #include "content/common/content_export.h" 19 #include "content/common/content_export.h"
19 #include "media/blink/webmediacapabilitiesclient_impl.h" 20 #include "media/blink/webmediacapabilitiesclient_impl.h"
20 #include "third_party/WebKit/public/platform/Platform.h" 21 #include "third_party/WebKit/public/platform/Platform.h"
21 #include "third_party/WebKit/public/platform/WebGestureDevice.h" 22 #include "third_party/WebKit/public/platform/WebGestureDevice.h"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 146
146 scoped_refptr<ThreadSafeSender> thread_safe_sender_; 147 scoped_refptr<ThreadSafeSender> thread_safe_sender_;
147 scoped_refptr<NotificationDispatcher> notification_dispatcher_; 148 scoped_refptr<NotificationDispatcher> notification_dispatcher_;
148 149
149 blink::scheduler::WebThreadBase* compositor_thread_; 150 blink::scheduler::WebThreadBase* compositor_thread_;
150 }; 151 };
151 152
152 } // namespace content 153 } // namespace content
153 154
154 #endif // CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_ 155 #endif // CONTENT_CHILD_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/webui/web_ui_url_loader_factory.cc ('k') | content/child/indexed_db/indexed_db_callbacks_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698