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

Unified Diff: base/threading/thread.h

Issue 8653006: Remove custom Task implementations in base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
Index: base/threading/thread.h
diff --git a/base/threading/thread.h b/base/threading/thread.h
index 3f4fa50b74166ae42f7ec505553296999b49df74..be8cc8f97a503a7a659ae862dfe9e53bc904a280 100644
--- a/base/threading/thread.h
+++ b/base/threading/thread.h
@@ -182,7 +182,7 @@ class BASE_EXPORT Thread : PlatformThread::Delegate {
// The name of the thread. Used for debugging purposes.
std::string name_;
- friend class ThreadQuitTask;
+ friend void ThreadQuitHelper();
DISALLOW_COPY_AND_ASSIGN(Thread);
};

Powered by Google App Engine
This is Rietveld 408576698