Index: base/threading/thread_restrictions.h |
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
index 6e543a1aec85db13702a97dae2c71647ef92da76..2288049475343341985cd7d846347afc505d4fff 100644 |
--- a/base/threading/thread_restrictions.h |
+++ b/base/threading/thread_restrictions.h |
@@ -61,6 +61,11 @@ class InFlightIO; |
namespace media { |
class AudioOutputController; |
} |
+namespace mojo { |
+namespace common { |
+class WatcherThreadManager; |
+} |
+} |
namespace net { |
class FileStreamPosix; |
class FileStreamWin; |
@@ -186,6 +191,7 @@ class BASE_EXPORT ThreadRestrictions { |
friend class ::ScopedAllowWaitForLegacyWebViewApi; |
friend class ::TestingAutomationProvider; |
friend class cc::CompletionEvent; |
+ friend class mojo::common::WatcherThreadManager; |
friend class remoting::AutoThread; |
friend class MessagePumpDefault; |
friend class SequencedWorkerPool; |