Index: build/android/adb_profile_chrome |
diff --git a/build/android/adb_profile_chrome b/build/android/adb_profile_chrome |
index 21f6faf7b98d003f3b30d347f5b667016bf243f8..deaa02c4c2f09f9ea05a2f112ca40595460c1d5e 100755 |
--- a/build/android/adb_profile_chrome |
+++ b/build/android/adb_profile_chrome |
@@ -5,4 +5,5 @@ |
# found in the LICENSE file. |
# |
# Start / stop profiling in chrome. |
-exec $(dirname $0)/../../tools/profile_chrome.py $@ |
+CATAPULT_DIR="$(dirname "$0")"/../../third_party/catapult |
+exec "${CATAPULT_DIR}"/systrace/bin/adb_profile_chrome $@ |