| Index: chrome/app/theme/PRESUBMIT.py
|
| diff --git a/chrome/app/theme/PRESUBMIT.py b/chrome/app/theme/PRESUBMIT.py
|
| index b3e99c9646765cc0d520c2c813144694c766d963..ed83270a4a6c2312ff886a64d9b37539d35fa0c0 100644
|
| --- a/chrome/app/theme/PRESUBMIT.py
|
| +++ b/chrome/app/theme/PRESUBMIT.py
|
| @@ -28,7 +28,7 @@ def _CommonChecks(input_api, output_api):
|
| # List of paths with their associated scale factor. This is used to verify
|
| # that the images modified in one are the correct scale of the other.
|
| path_scales = [
|
| - [(1, 'default_100_percent/'), (2, 'default_200_percent/')],
|
| + [(100, 'default_100_percent/'), (200, 'default_200_percent/')],
|
| ]
|
|
|
| import sys
|
|
|