| Index: tools/json_to_struct/PRESUBMIT.py
|
| diff --git a/tools/json_to_struct/PRESUBMIT.py b/tools/json_to_struct/PRESUBMIT.py
|
| index dd4d9a46ba92b778d7139e90673f2e5a3fe821f4..328090219545ce7eedef8d7e1d889f98f10d1901 100644
|
| --- a/tools/json_to_struct/PRESUBMIT.py
|
| +++ b/tools/json_to_struct/PRESUBMIT.py
|
| @@ -5,7 +5,7 @@
|
| """Presubmit script for changes affecting tools/json_to_struct/
|
|
|
| See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
|
| -for more details about the presubmit API built into gcl.
|
| +for more details about the presubmit API built into depot_tools.
|
| """
|
|
|
| WHITELIST = [ r'.+_test.py$' ]
|
|
|