Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: base/threading/platform_thread.h

Issue 1164713007: base/threading: minor cleanups to remove friend class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove debug code Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/threading/platform_thread_mac.mm » ('j') | base/threading/platform_thread_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « no previous file | base/threading/platform_thread_mac.mm » ('j') | base/threading/platform_thread_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698