Chromium Code Reviews| Index: printing/run_all_unittests.cc |
| =================================================================== |
| --- printing/run_all_unittests.cc (revision 20303) |
| +++ printing/run_all_unittests.cc (working copy) |
| @@ -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_suite.h" |
| +#include "app/test_suite.h" |
| int main(int argc, char** argv) { |
| - return TestSuite(argc, argv).Run(); |
| + return AppTestSuite(argc, argv).Run(); |
| } |