summaryrefslogtreecommitdiffstats
path: root/tools/cygprofile
diff options
context:
space:
mode:
authordgn <dgn@chromium.org>2016-02-16 08:44:50 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-16 16:47:15 +0000
commite697f06743be8499dfe64abf206930638ee036d8 (patch)
tree05a221961e41e84249308623c7904c14441bca08 /tools/cygprofile
parentbbcc51966eccb4e6dc7c4ecf2ad8e04add8ac1bc (diff)
downloadchromium_src-e697f06743be8499dfe64abf206930638ee036d8.zip
chromium_src-e697f06743be8499dfe64abf206930638ee036d8.tar.gz
chromium_src-e697f06743be8499dfe64abf206930638ee036d8.tar.bz2
Fix import in profile_android_startup.py
flag_changer import changed from pylib to devil, but the pylib import directive had not been removed in https://codereview.chromium.org/1677313002 BUG=587113 Review URL: https://codereview.chromium.org/1701023002 Cr-Commit-Position: refs/heads/master@{#375595}
Diffstat (limited to 'tools/cygprofile')
-rw-r--r--tools/cygprofile/profile_android_startup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cygprofile/profile_android_startup.py b/tools/cygprofile/profile_android_startup.py
index bfc10b8..aadb232 100644
--- a/tools/cygprofile/profile_android_startup.py
+++ b/tools/cygprofile/profile_android_startup.py
@@ -27,7 +27,6 @@ from devil.android.sdk import intent
sys.path.append(os.path.join(sys.path[0], '..', '..', 'build', 'android'))
from pylib import constants
-from pylib import flag_changer
sys.path.append(os.path.join(sys.path[0], '..', '..', 'tools', 'perf'))
from chrome_telemetry_build import chromium_config