summaryrefslogtreecommitdiffstats
path: root/content/test/run_all_unittests.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 20:56:03 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 20:56:03 +0000
commitc057241028c07254ec0852fb60331c4f5c09358b (patch)
tree8a1000f6e8a76099cbf4c1fee9db4527ca7b8b21 /content/test/run_all_unittests.cc
parenta0ce3284a4fb3aee664c8ad998fb6c4d4b8d0080 (diff)
downloadchromium_src-c057241028c07254ec0852fb60331c4f5c09358b.zip
chromium_src-c057241028c07254ec0852fb60331c4f5c09358b.tar.gz
chromium_src-c057241028c07254ec0852fb60331c4f5c09358b.tar.bz2
Start moving files to new content_unittests target.
BUG=90443 Review URL: http://codereview.chromium.org/7677003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/run_all_unittests.cc')
-rw-r--r--content/test/run_all_unittests.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/test/run_all_unittests.cc b/content/test/run_all_unittests.cc
index 7fd6ef2..331f0ce 100644
--- a/content/test/run_all_unittests.cc
+++ b/content/test/run_all_unittests.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/test/test_suite.h"
+#include "content/test/content_test_suite.h"
int main(int argc, char** argv) {
- return base::TestSuite(argc, argv).Run();
+ return ContentTestSuite(argc, argv).Run();
}