| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index c76292623ca1656fb45420e929a0cf21413ccf66..a5ba49497e5681ebb0129c2b20a3691994d90d1d 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -60,7 +60,9 @@ class AudioOutputController;
|
| namespace net {
|
| class FileStreamPosix;
|
| class FileStreamWin;
|
| -class NetworkManagerApi;
|
| +namespace internal {
|
| +class AddressTrackerLinux;
|
| +}
|
| }
|
|
|
| namespace remoting {
|
| @@ -197,7 +199,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| friend class media::AudioOutputController; // http://crbug.com/120973
|
| friend class net::FileStreamPosix; // http://crbug.com/115067
|
| friend class net::FileStreamWin; // http://crbug.com/115067
|
| - friend class net::NetworkManagerApi; // http://crbug.com/125097
|
| + friend class net::internal::AddressTrackerLinux;// http://crbug.com/125097
|
| friend class ::AcceleratedPresenter; // http://crbug.com/125391
|
| friend class ::BrowserProcessImpl; // http://crbug.com/125207
|
| friend class ::MetricsService; // http://crbug.com/124954
|
|
|