Chromium Code Reviews| Index: chrome/test/perf/perftests.cc |
| =================================================================== |
| --- chrome/test/perf/perftests.cc (revision 55077) |
| +++ chrome/test/perf/perftests.cc (working copy) |
| @@ -7,7 +7,7 @@ |
| #include "chrome/common/chrome_paths.cc" |
| int main(int argc, char **argv) { |
| - PerfTestSuite suite(argc, argv); |
| + base::PerfTestSuite suite(argc, argv); |
| chrome::RegisterPathProvider(); |
| MessageLoop main_message_loop; |