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

Unified Diff: base/multiprocess_test.h

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/file_util_unittest.cc ('k') | base/path_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/multiprocess_test.h
diff --git a/base/multiprocess_test.h b/base/multiprocess_test.h
index a85334e9f94fe7cd6494c96be278ee09540dd827..6f2dd40e756f62429b8a3db5f08a4d467f0b2219 100644
--- a/base/multiprocess_test.h
+++ b/base/multiprocess_test.h
@@ -6,11 +6,11 @@
#define BASE_MULTIPROCESS_TEST_H__
#include "base/command_line.h"
-#include "base/platform_test.h"
#include "base/process_util.h"
#include "base/string_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/multiprocess_func_list.h"
+#include "testing/platform_test.h"
#if defined(OS_POSIX)
#include <sys/types.h>
« no previous file with comments | « base/file_util_unittest.cc ('k') | base/path_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698