diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 18:51:36 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-12 18:51:36 +0000 |
commit | 02d9be518c123b4521034fd76132e06117129b39 (patch) | |
tree | 5767501320cea345556887668796b70d110dbff7 /chrome_frame/test | |
parent | 14b210798a1e50d673088484ca19852407d8ff3c (diff) | |
download | chromium_src-02d9be518c123b4521034fd76132e06117129b39.zip chromium_src-02d9be518c123b4521034fd76132e06117129b39.tar.gz chromium_src-02d9be518c123b4521034fd76132e06117129b39.tar.bz2 |
Fix chrome frame build.
TBR=stoyan
Review URL: http://codereview.chromium.org/266052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/perf/run_all.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/perf/run_all.cc b/chrome_frame/test/perf/run_all.cc index 93a5a67..d7db258 100644 --- a/chrome_frame/test/perf/run_all.cc +++ b/chrome_frame/test/perf/run_all.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/platform_thread.h" -#include "base/perf_test_suite.h" +#include "base/test/perf_test_suite.h" #include "base/scoped_ptr.h" #include "chrome/common/chrome_paths.h" #include "chrome_frame/test_utils.h" |