| Index: chrome/browser/ui/views/touch_uma/touch_uma.cc
|
| diff --git a/chrome/test/perf/run_all_perfuitests.cc b/chrome/browser/ui/views/touch_uma/touch_uma.cc
|
| similarity index 57%
|
| copy from chrome/test/perf/run_all_perfuitests.cc
|
| copy to chrome/browser/ui/views/touch_uma/touch_uma.cc
|
| index 7ec1c00094356e8480b7a737413589c840dc3a76..6d635a7882f578e10c35608005ee7e0c4bf15668 100644
|
| --- a/chrome/test/perf/run_all_perfuitests.cc
|
| +++ b/chrome/browser/ui/views/touch_uma/touch_uma.cc
|
| @@ -2,9 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/test/perf/perf_ui_test_suite.h"
|
| +#include "chrome/browser/ui/views/touch_uma/touch_uma.h"
|
|
|
| -int main(int argc, char **argv) {
|
| - return PerfUITestSuite(argc, argv).Run();
|
| +// static
|
| +void TouchUMA::RecordGestureAction(GestureActionType action) {
|
| }
|
| -
|
|
|