| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index 0ff11967128a70b5a7c87ed4e419718ec2d18c57..23b5f486c5ad45d9e302141a54a48fe3aafdab8a 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -66,6 +66,7 @@ class MessagePumpMojo;
|
| namespace mus {
|
| class CommandBufferLocal;
|
| class GpuState;
|
| +class WindowTreeClientImpl;
|
| }
|
| namespace net {
|
| class NetworkChangeNotifierMac;
|
| @@ -82,10 +83,6 @@ namespace ui {
|
| class WindowResizeHelperMac;
|
| }
|
|
|
| -namespace views {
|
| -class ScreenMus;
|
| -}
|
| -
|
| namespace base {
|
|
|
| namespace android {
|
| @@ -235,7 +232,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| #if !defined(OFFICIAL_BUILD)
|
| friend class content::SoftwareOutputDeviceMus; // Interim non-production code
|
| #endif
|
| - friend class views::ScreenMus;
|
| + friend class mus::WindowTreeClientImpl;
|
| // END USAGE THAT NEEDS TO BE FIXED.
|
|
|
| #if ENABLE_THREAD_RESTRICTIONS
|
|
|