| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index 66b8e8d421b517b62becf1e5e4ecff07675540ca..8d666fe783ddf6a4af460754b23404d2e32d7964 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -68,7 +68,7 @@ class AutoThread;
|
| }
|
|
|
| namespace ui {
|
| -class WindowResizeHelperMac;
|
| +class WindowResizeHelper;
|
| }
|
|
|
| namespace views {
|
| @@ -190,7 +190,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| friend class cc::SingleThreadTaskGraphRunner;
|
| friend class content::RasterWorkerPool;
|
| friend class remoting::AutoThread;
|
| - friend class ui::WindowResizeHelperMac;
|
| + friend class ui::WindowResizeHelper;
|
| friend class MessagePumpDefault;
|
| friend class SequencedWorkerPool;
|
| friend class SimpleThread;
|
|
|