diff options
author | philipj <philipj@opera.com> | 2014-08-28 07:09:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-28 14:10:17 +0000 |
commit | 3f9d5bde7371956af8a9c70e52aa899847db6a5f (patch) | |
tree | d27ca9c5cb9c25c93a31f94fcdbfacc0ce6e9150 /PRESUBMIT_test.py | |
parent | de9cf946851e8f9ed819f507478566b929da8d3e (diff) | |
download | chromium_src-3f9d5bde7371956af8a9c70e52aa899847db6a5f.zip chromium_src-3f9d5bde7371956af8a9c70e52aa899847db6a5f.tar.gz chromium_src-3f9d5bde7371956af8a9c70e52aa899847db6a5f.tar.bz2 |
Update some paths from components/breakpad/ to components/crash/
It was moved in https://crrev.com/55b8563
Found by git grep 'components.*breakpad'
BUG=406410
R=rsesek@chromium.org
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/511223002
Cr-Commit-Position: refs/heads/master@{#292376}
Diffstat (limited to 'PRESUBMIT_test.py')
-rwxr-xr-x | PRESUBMIT_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py index 6a18b12..dd67eb1 100755 --- a/PRESUBMIT_test.py +++ b/PRESUBMIT_test.py @@ -421,7 +421,7 @@ class CheckAddedDepsHaveTetsApprovalsTest(unittest.TestCase): '"+chrome/plugin/chrome_content_plugin_client.h",', '"+chrome/utility/chrome_content_utility_client.h",', '"+chromeos/chromeos_paths.h",', - '"+components/breakpad",', + '"+components/crash",', '"+components/nacl/common",', '"+content/public/browser/render_process_host.h",', '"+jni/fooblat.h",', |