| Index: third_party/libaddressinput/chromium/tools/update-strings.py
|
| diff --git a/third_party/libaddressinput/chromium/tools/update-strings.py b/third_party/libaddressinput/chromium/tools/update-strings.py
|
| index 44e8351087f907b13f91b3829e5be3f76ef70428..c60e5dc0b8b09c27636507403b9980b834b9dfbc 100755
|
| --- a/third_party/libaddressinput/chromium/tools/update-strings.py
|
| +++ b/third_party/libaddressinput/chromium/tools/update-strings.py
|
| @@ -26,8 +26,7 @@ script_dir = os.path.dirname(os.path.realpath(__file__))
|
| from_file = os.path.abspath(os.path.join(
|
| script_dir, os.pardir, os.pardir, 'src', 'cpp', 'res', 'messages.grdp'))
|
| to_file = os.path.abspath(os.path.join(
|
| - script_dir, os.pardir, os.pardir, os.pardir, os.pardir, 'chrome', 'app',
|
| - 'address_input_strings.grdp'))
|
| + script_dir, os.pardir, os.pardir, 'address_input_strings.grdp'))
|
|
|
| with open(from_file, 'r') as source:
|
| with open(to_file, 'w') as destination:
|
|
|