 Chromium Code Reviews
 Chromium Code Reviews Issue 402803005:
  Move adb_profile_chrome to profile_chrome.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 402803005:
  Move adb_profile_chrome to profile_chrome.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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__': |