 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: build/android/adb_profile_chrome | 
| diff --git a/build/android/adb_profile_chrome b/build/android/adb_profile_chrome | 
| index ee6f94000381d458c950bb745225c9ca42d655bc..21f6faf7b98d003f3b30d347f5b667016bf243f8 100755 | 
| --- a/build/android/adb_profile_chrome | 
| +++ b/build/android/adb_profile_chrome | 
| @@ -5,4 +5,4 @@ | 
| # found in the LICENSE file. | 
| # | 
| # Start / stop profiling in chrome. | 
| -exec $(dirname $0)/../../tools/android/adb_profile_chrome.py $@ | 
| +exec $(dirname $0)/../../tools/profile_chrome.py $@ |