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

Unified Diff: third_party/WebKit/Source/platform/CrossThreadCopier.h

Issue 2104283002: Tidy CrossThreadCopier.h inclusion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/CrossThreadCopier.h
diff --git a/third_party/WebKit/Source/platform/CrossThreadCopier.h b/third_party/WebKit/Source/platform/CrossThreadCopier.h
index 781f90594db5c03d46fefc3dbd701d44f0daa71d..c730cf44540aa83645d858a677dfe4ab4e2ab782 100644
--- a/third_party/WebKit/Source/platform/CrossThreadCopier.h
+++ b/third_party/WebKit/Source/platform/CrossThreadCopier.h
@@ -32,9 +32,9 @@
#define CrossThreadCopier_h
#include "platform/PlatformExport.h"
-#include "platform/heap/Handle.h"
#include "wtf/Assertions.h"
#include "wtf/Forward.h"
+#include "wtf/Functional.h" // FunctionThreadAffinity
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
#include "wtf/ThreadSafeRefCounted.h"
@@ -60,6 +60,8 @@ class ResourceRequest;
class ResourceResponse;
struct CrossThreadResourceResponseData;
struct CrossThreadResourceRequestData;
+template<typename T>class CrossThreadPersistent;
+template<typename T>class CrossThreadWeakPersistent;
template <typename T>
struct CrossThreadCopierPassThrough {

Powered by Google App Engine
This is Rietveld 408576698