| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 4bfeb7e7ae57bab19cd10ae0817205759ba99d68..c2b78b101c3b80d43858a5be15b8bec60890fdc8 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -37,6 +37,10 @@ namespace scheduler {
|
| class WebThreadBase;
|
| }
|
|
|
| +namespace scheduler {
|
| +class WebThreadImplForWorkerScheduler;
|
| +}
|
| +
|
| namespace content {
|
| class BackgroundSyncProvider;
|
| class FlingCurveConfiguration;
|
|
|