Index: base/threading/thread_restrictions.h |
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
index 5abc8dc9603638ac3c79181882509310fa345906..6490b047fa4615eafac554347db82084828c644f 100644 |
--- a/base/threading/thread_restrictions.h |
+++ b/base/threading/thread_restrictions.h |
@@ -46,6 +46,7 @@ class BrowserTestBase; |
class GLHelper; |
class GpuChannelHost; |
class RenderWidgetHelper; |
+class ScopedAllowWaitForAndroidLayoutTests; |
class TextInputClientMac; |
} |
namespace dbus { |
@@ -172,6 +173,7 @@ class BASE_EXPORT ThreadRestrictions { |
// BEGIN ALLOWED USAGE. |
friend class content::BrowserTestBase; |
friend class content::RenderWidgetHelper; |
+ friend class content::ScopedAllowWaitForAndroidLayoutTests; |
friend class ::HistogramSynchronizer; |
friend class ::ScopedAllowWaitForLegacyWebViewApi; |
friend class ::TestingAutomationProvider; |