Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 74acb64b942fc65c66249b48c3d9e2b59026d72a..5ee5049dac0819ef8ddd4f3dd954c309d2ef68e4 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -33,7 +33,6 @@ |
#endif |
namespace base { |
-class MessageLoop; |
class WaitableEvent; |
} |
@@ -45,11 +44,9 @@ class WebThreadBase; |
namespace content { |
class BackgroundSyncProvider; |
-class FlingCurveConfiguration; |
class NotificationDispatcher; |
class PushDispatcher; |
class ThreadSafeSender; |
-class TraceLogObserverAdapter; |
class WebCryptoImpl; |
class CONTENT_EXPORT BlinkPlatformImpl |