| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index 36aae5384dbb103e3d244b80dcc03614901b6937..acc1b2137179111983185cb39590e3a6984887d3 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -21,6 +21,7 @@ class HistogramSynchronizer;
|
| class GpuChannelHost;
|
| class MetricsService;
|
| class NativeBackendKWallet;
|
| +class ScopedAllowWaitForLegacyWebViewApi;
|
| class TestingAutomationProvider;
|
| class TextInputClientMac;
|
|
|
| @@ -161,6 +162,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| // BEGIN ALLOWED USAGE.
|
| friend class content::RenderWidgetHelper;
|
| friend class ::HistogramSynchronizer;
|
| + friend class ::ScopedAllowWaitForLegacyWebViewApi;
|
| friend class ::TestingAutomationProvider;
|
| friend class SequencedWorkerPool;
|
| friend class SimpleThread;
|
|
|