| Index: chrome/test/data/extensions/api_test/activity_log_private/PRESUBMIT.py
|
| diff --git a/chrome/test/data/extensions/api_test/activity_log_private/PRESUBMIT.py b/chrome/test/data/extensions/api_test/activity_log_private/PRESUBMIT.py
|
| index 16a36ca79dc111eec579409e36e8e79f7055342f..d4ed0cea35761c2abb7a1d63ddd7f2b075d842a4 100644
|
| --- a/chrome/test/data/extensions/api_test/activity_log_private/PRESUBMIT.py
|
| +++ b/chrome/test/data/extensions/api_test/activity_log_private/PRESUBMIT.py
|
| @@ -15,9 +15,7 @@ import os
|
| def GetPathsToPrepend(input_api):
|
| web_dev_style_path = input_api.os_path.join(
|
| input_api.change.RepositoryRoot(),
|
| - 'chrome',
|
| - 'browser',
|
| - 'resources')
|
| + 'tools')
|
| return [input_api.PresubmitLocalPath(), web_dev_style_path]
|
|
|
| def RunWithPrependedPath(prepended_path, fn, *args):
|
|
|