From 99cc51e28aa075dec3a999a406db7d062666321a Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sun, 10 Oct 2010 00:21:35 +0000 Subject: Move PerfTestSuite implementation into a .cc file and add it to the base namespace. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3695001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62095 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/ipc_tests.cc') diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc index 90be687..a407c70 100644 --- a/ipc/ipc_tests.cc +++ b/ipc/ipc_tests.cc @@ -534,7 +534,7 @@ MULTIPROCESS_TEST_MAIN(RunReflector) { int main(int argc, char** argv) { #ifdef PERFORMANCE_TEST - int retval = PerfTestSuite(argc, argv).Run(); + int retval = base::PerfTestSuite(argc, argv).Run(); #else int retval = base::TestSuite(argc, argv).Run(); #endif -- cgit v1.1