Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index ea44ffc3a73819ac386f06cca35a59cb590bd53d..9b6348706e715841975bd2a0ac44e7e2f872a09f 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -41,6 +41,10 @@ namespace scheduler { |
class WebThreadBase; |
} |
+namespace scheduler { |
+class WebThreadImplForWorkerScheduler; |
+} |
+ |
namespace content { |
class BackgroundSyncProvider; |
class FlingCurveConfiguration; |