summaryrefslogtreecommitdiffstats
path: root/base/threading/thread_restrictions.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/threading/thread_restrictions.h')
-rw-r--r--base/threading/thread_restrictions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 36aae53..acc1b21 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;