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

Unified Diff: base/thread_collision_warner.cc

Issue 42165: Remove unneeded platform_thread.h includes. Reduces number of includes from 5... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « base/thread_collision_warner.h ('k') | chrome/browser/net/dns_master_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/thread_collision_warner.cc
===================================================================
--- base/thread_collision_warner.cc (revision 11592)
+++ base/thread_collision_warner.cc (working copy)
@@ -4,8 +4,8 @@
#include "base/thread_collision_warner.h"
-#include "base/atomicops.h"
#include "base/logging.h"
+#include "base/platform_thread.h"
namespace base {
« no previous file with comments | « base/thread_collision_warner.h ('k') | chrome/browser/net/dns_master_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698