Index: build/android/surface_stats.py |
diff --git a/build/android/surface_stats.py b/build/android/surface_stats.py |
index 1bce6ef4ac424deee4ca947fc6953e48efefe6c4..4b90216a870714f117b4cf2a8bbc61c305d38615 100755 |
--- a/build/android/surface_stats.py |
+++ b/build/android/surface_stats.py |
@@ -13,7 +13,8 @@ import optparse |
import sys |
import time |
-from pylib import android_commands, surface_stats_collector |
+from pylib import android_commands |
+from pylib.perf import surface_stats_collector |
from pylib.utils import run_tests_helper |