summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/dromaeo_benchmark_uitest.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 18:26:26 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 18:26:26 +0000
commite398a726d2aada2a325f50be21b35374bb57d7bc (patch)
treeb0e83c3e375bdbfd7c932dac9097676a52805a63 /chrome/test/ui/dromaeo_benchmark_uitest.cc
parent6621705e4040c002384afd6e07559b5d53d73b8b (diff)
downloadchromium_src-e398a726d2aada2a325f50be21b35374bb57d7bc.zip
chromium_src-e398a726d2aada2a325f50be21b35374bb57d7bc.tar.gz
chromium_src-e398a726d2aada2a325f50be21b35374bb57d7bc.tar.bz2
GTTF: Extract performance-testing-specific parts of UITestBase to UIPerfTest.
In the future this may even be used to tune some settings/behaviors (like timeouts) for performance tests. TEST=ui_tests, page_cycler_*, etc BUG=none Review URL: http://codereview.chromium.org/3137040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/dromaeo_benchmark_uitest.cc')
-rw-r--r--chrome/test/ui/dromaeo_benchmark_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/dromaeo_benchmark_uitest.cc b/chrome/test/ui/dromaeo_benchmark_uitest.cc
index aede3ff..c4736bc 100644
--- a/chrome/test/ui/dromaeo_benchmark_uitest.cc
+++ b/chrome/test/ui/dromaeo_benchmark_uitest.cc
@@ -14,7 +14,7 @@
#include "chrome/common/json_value_serializer.h"
#include "chrome/test/automation/tab_proxy.h"
#include "chrome/test/ui/javascript_test_util.h"
-#include "chrome/test/ui/ui_test.h"
+#include "chrome/test/ui/ui_perf_test.h"
#include "googleurl/src/gurl.h"
#include "net/base/net_util.h"
@@ -22,7 +22,7 @@ namespace {
const char kRunDromaeo[] = "run-dromaeo-benchmark";
-class DromaeoTest : public UITest {
+class DromaeoTest : public UIPerfTest {
public:
typedef std::map<std::string, std::string> ResultsMap;