| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index 7c46fd2bdb4c91a19d892b3dfb9f4d0affda6600..1e5f51080b717e90b59ce95581a93f4284328859 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -22,6 +22,7 @@ class ScopedAllowWaitForLegacyWebViewApi;
|
|
|
| namespace cc {
|
| class CompletionEvent;
|
| +class TaskGraphRunner;
|
| }
|
| namespace chromeos {
|
| class BlockingMethodCaller;
|
| @@ -177,6 +178,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| friend class ::HistogramSynchronizer;
|
| friend class ::ScopedAllowWaitForLegacyWebViewApi;
|
| friend class cc::CompletionEvent;
|
| + friend class cc::TaskGraphRunner;
|
| friend class mojo::common::WatcherThreadManager;
|
| friend class remoting::AutoThread;
|
| friend class MessagePumpDefault;
|
|
|