| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index eec00fbb79695142d5d1b5772f90566cdd25cb8d..ec380b8d2c148c4a19a5240057f7ded75ff09ffa 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -81,6 +81,7 @@ class WindowResizeHelperMac;
|
| }
|
|
|
| namespace views {
|
| +class ScreenMus;
|
| class WindowManagerConnection;
|
| }
|
|
|
| @@ -233,6 +234,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| #if !defined(OFFICIAL_BUILD)
|
| friend class content::SoftwareOutputDeviceMus; // Interim non-production code
|
| #endif
|
| + friend class views::ScreenMus;
|
| friend class views::WindowManagerConnection;
|
| // END USAGE THAT NEEDS TO BE FIXED.
|
|
|
|
|