| Index: content/utility/utility_blink_platform_impl.h
|
| diff --git a/content/utility/utility_blink_platform_impl.h b/content/utility/utility_blink_platform_impl.h
|
| index f0255e5a00858adccdc8cfc886900ef73177bffa..3c5e7015492eafb41256cfa568046005ce9d6db2 100644
|
| --- a/content/utility/utility_blink_platform_impl.h
|
| +++ b/content/utility/utility_blink_platform_impl.h
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace blink {
|
| namespace scheduler {
|
| -class WebThreadImplForUtilityThread;
|
| +class WebThreadBase;
|
| }
|
| }
|
|
|
| @@ -27,7 +27,7 @@ class UtilityBlinkPlatformImpl : public BlinkPlatformImpl {
|
| blink::WebThread* CurrentThread() override;
|
|
|
| private:
|
| - std::unique_ptr<blink::scheduler::WebThreadImplForUtilityThread> main_thread_;
|
| + std::unique_ptr<blink::scheduler::WebThreadBase> main_thread_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UtilityBlinkPlatformImpl);
|
| };
|
|
|