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

Unified Diff: base/multiprocess_test.h

Issue 8160: Enable stats_tabe_unittest.cc on OS X. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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
Index: base/multiprocess_test.h
===================================================================
--- base/multiprocess_test.h (revision 4007)
+++ base/multiprocess_test.h (working copy)
@@ -6,6 +6,7 @@
#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"
@@ -30,11 +31,11 @@
// 3) Create a mainline function for the child processes
// 4) Call SpawnChild("foo"), where "foo" is the name of
// the function you wish to run in the child processes.
-// 5) On posix, add the function's name to the list in the file
+// 5) On Linux, add the function's name to the list in the file
// base_unittests_exported_symbols.version
// That's it!
//
-class MultiProcessTest : public testing::Test {
+class MultiProcessTest : public PlatformTest {
public:
// Prototype function for a client function. Multi-process
// clients must provide a callback with this signature to run.
« no previous file with comments | « base/base.xcodeproj/project.pbxproj ('k') | base/port.h » ('j') | base/process_util_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698