Index: build/android/pylib/surface_stats_collector.py |
diff --git a/build/android/pylib/surface_stats_collector.py b/build/android/pylib/surface_stats_collector.py |
deleted file mode 100644 |
index d7b6a69a253a548cbcdd09ca902960ee0307a75c..0000000000000000000000000000000000000000 |
--- a/build/android/pylib/surface_stats_collector.py |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-# Copyright (c) 2012 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. |
- |
-from pylib.perf import surface_stats_collector |
- |
-# TODO(bulach): remove once all references to SurfaceStatsCollector are fixed. |
-class SurfaceStatsCollector(surface_stats_collector.SurfaceStatsCollector): |
- def __init__(self, adb): |
- super(SurfaceStatsCollector, self).__init__(adb) |