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

Unified Diff: base/thread_unittest.cc

Issue 13052: Cleanup: move base/platform_test.h -> testing/ (Closed)
Patch Set: fix mark's comment Created 12 years 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/sys_info_unittest.cc ('k') | base/worker_pool_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/thread_unittest.cc
diff --git a/base/thread_unittest.cc b/base/thread_unittest.cc
index f11cb8dc47c6f7c08ec21c5487e68d2e7c43fd2d..085df7143fb4ba12db3f7b659b0eb25e8733ec29 100644
--- a/base/thread_unittest.cc
+++ b/base/thread_unittest.cc
@@ -4,10 +4,10 @@
#include "base/lock.h"
#include "base/message_loop.h"
-#include "base/platform_test.h"
#include "base/string_util.h"
#include "base/thread.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "testing/platform_test.h"
using base::Thread;
« no previous file with comments | « base/sys_info_unittest.cc ('k') | base/worker_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698