diff options
author | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 03:59:25 +0000 |
---|---|---|
committer | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 03:59:25 +0000 |
commit | dfb002e2dcab01961bbc9da56a732554b1058a84 (patch) | |
tree | 2c484ce8de7dd7e72ad49fe9d61dbbf52034eb8e /chrome_frame | |
parent | 6cc98b91450830b511f2972b2e0491dc72437466 (diff) | |
download | chromium_src-dfb002e2dcab01961bbc9da56a732554b1058a84.zip chromium_src-dfb002e2dcab01961bbc9da56a732554b1058a84.tar.gz chromium_src-dfb002e2dcab01961bbc9da56a732554b1058a84.tar.bz2 |
More build a-fixin for GCF related to base/test move.
BUG=None
TEST=None
TBR=joshia@chromium.org,ananta@chromium.org
Review URL: http://codereview.chromium.org/270079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/run_all_unittests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/run_all_unittests.cc b/chrome_frame/test/run_all_unittests.cc index 787d765..a03ba76 100644 --- a/chrome_frame/test/run_all_unittests.cc +++ b/chrome_frame/test/run_all_unittests.cc @@ -7,7 +7,7 @@ #include "base/at_exit.h" #include "base/platform_thread.h" #include "base/process_util.h" -#include "base/test_suite.h" +#include "base/test/test_suite.h" #include "base/command_line.h" #include "chrome/common/chrome_paths.h" @@ -43,7 +43,7 @@ int main(int argc, char **argv) { // TODO(robertshield): Make these tests restore the original registration // once done. ScopedChromeFrameRegistrar registrar; - + return test_suite.Run(); } } |