| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index b451ab1aee803c32e7a8040b3122811391b2b61c..c7d6fec56a2f942b96fb592cbb2a3110cf1ddc2e 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -54,9 +54,6 @@ namespace gpu {
|
| class GpuChannelHost;
|
| }
|
| namespace mojo {
|
| -namespace common {
|
| -class MessagePumpMojo;
|
| -}
|
| class SyncCallRestrictions;
|
| }
|
| namespace ui {
|
| @@ -208,7 +205,6 @@ class BASE_EXPORT ThreadRestrictions {
|
| friend class ThreadTestHelper;
|
| friend class PlatformThread;
|
| friend class android::JavaHandlerThread;
|
| - friend class mojo::common::MessagePumpMojo;
|
| friend class mojo::SyncCallRestrictions;
|
| friend class ui::CommandBufferClientImpl;
|
| friend class ui::CommandBufferLocal;
|
|
|