| Index: build/android/adb_profile_chrome
|
| diff --git a/build/android/adb_profile_chrome b/build/android/adb_profile_chrome
|
| index 21f6faf7b98d003f3b30d347f5b667016bf243f8..d3244ffdf60569047095f376a29c1792c7db6050 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 "$@"
|
|
|