| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index ec380b8d2c148c4a19a5240057f7ded75ff09ffa..eec00fbb79695142d5d1b5772f90566cdd25cb8d 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -81,7 +81,6 @@
|
| }
|
|
|
| namespace views {
|
| -class ScreenMus;
|
| class WindowManagerConnection;
|
| }
|
|
|
| @@ -234,7 +233,6 @@
|
| #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.
|
|
|
|
|