| Index: chrome/test/perf/run_all_perfuitests.cc
|
| diff --git a/ui/base/touch/touch_device_android.cc b/chrome/test/perf/run_all_perfuitests.cc
|
| similarity index 57%
|
| copy from ui/base/touch/touch_device_android.cc
|
| copy to chrome/test/perf/run_all_perfuitests.cc
|
| index 39e34c24765363d439e175cad62cdc98ef257ed8..7ec1c00094356e8480b7a737413589c840dc3a76 100644
|
| --- a/ui/base/touch/touch_device_android.cc
|
| +++ b/chrome/test/perf/run_all_perfuitests.cc
|
| @@ -2,12 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/touch/touch_device.h"
|
| +#include "chrome/test/perf/perf_ui_test_suite.h"
|
|
|
| -namespace ui {
|
| -
|
| -bool IsTouchDevicePresent() {
|
| - return true;
|
| +int main(int argc, char **argv) {
|
| + return PerfUITestSuite(argc, argv).Run();
|
| }
|
|
|
| -} // namespace ui
|
|
|