diff options
Diffstat (limited to 'chrome/test/perf/perftests.cc')
-rw-r--r-- | chrome/test/perf/perftests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/perf/perftests.cc b/chrome/test/perf/perftests.cc index 904d44e..d766e39 100644 --- a/chrome/test/perf/perftests.cc +++ b/chrome/test/perf/perftests.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -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; |