Chromium Code Reviews| Index: tools/profile_chrome.py |
| diff --git a/tools/android/adb_profile_chrome.py b/tools/profile_chrome.py |
| similarity index 87% |
| rename from tools/android/adb_profile_chrome.py |
| rename to tools/profile_chrome.py |
| index bfbdf56d5f056ffd0a77bb12e1f2e66b70b91a18..bed8244529622ada9d42992a2a30ee8e394cd2e1 100755 |
| --- a/tools/android/adb_profile_chrome.py |
| +++ b/tools/profile_chrome.py |
| @@ -6,7 +6,7 @@ |
| import sys |
| -from adb_profile_chrome import main |
| +from profile_chrome import main |
| if __name__ == '__main__': |