Chromium Code Reviews| Index: base/threading/platform_thread.h |
| diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h |
| index 69a2b0d63895d84a09460f585db7439414f730cb..923af08b312a4d571e096aab7f213e7aa401129d 100644 |
| --- a/base/threading/platform_thread.h |
| +++ b/base/threading/platform_thread.h |
| @@ -106,8 +106,6 @@ class PlatformThreadHandle { |
| } |
| private: |
| - friend class PlatformThread; |
| - |
| Handle handle_; |
| PlatformThreadId id_; |
| }; |