| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index f52e64cf6ddde92ba8aa04931ddd3c68a150c24c..6e543a1aec85db13702a97dae2c71647ef92da76 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -47,7 +47,7 @@ class BrowserTestBase;
|
| class GLHelper;
|
| class GpuChannelHost;
|
| class NestedMessagePumpAndroid;
|
| -class RenderWidgetHelper;
|
| +class RenderWidgetResizeHelper;
|
| class ScopedAllowWaitForAndroidLayoutTests;
|
| class TextInputClientMac;
|
| }
|
| @@ -180,7 +180,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| friend class content::BrowserShutdownProfileDumper;
|
| friend class content::BrowserTestBase;
|
| friend class content::NestedMessagePumpAndroid;
|
| - friend class content::RenderWidgetHelper;
|
| + friend class content::RenderWidgetResizeHelper;
|
| friend class content::ScopedAllowWaitForAndroidLayoutTests;
|
| friend class ::HistogramSynchronizer;
|
| friend class ::ScopedAllowWaitForLegacyWebViewApi;
|
|
|