Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: third_party/libaddressinput/README.chromium

Issue 638243002: replace OVERRIDE with override in third_party/libaddressinput/chromium/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/chrome_address_validator_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: The library to input, validate, and display addresses. 1 Name: The library to input, validate, and display addresses.
2 Short Name: libaddressinput 2 Short Name: libaddressinput
3 URL: https://code.google.com/p/libaddressinput/ 3 URL: https://code.google.com/p/libaddressinput/
4 Version: 0 4 Version: 0
5 Date: 26 August 2014 5 Date: 26 August 2014
6 Revision: 334 6 Revision: 334
7 License: Apache 2.0 7 License: Apache 2.0
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: no 9 Security Critical: no
10 10
11 Description: 11 Description:
12 12
13 This library lets you enter, validate, and display an address with correct 13 This library lets you enter, validate, and display an address with correct
14 semantics for many countries around the world. The library uses the serialized 14 semantics for many countries around the world. The library uses the serialized
15 validation rules from a Google-managed server (without SLA) at 15 validation rules from a Google-managed server (without SLA) at
16 https://i18napis.appspot.com/ssl-aggregate-address. The library is used in 16 https://i18napis.appspot.com/ssl-aggregate-address. The library is used in
17 requestAutocomplete dialog and autofill. 17 requestAutocomplete dialog and autofill.
18 18
19 Local Modifications: 19 Local Modifications:
20 - Use Chrome's version of JSON reader in chromium/json.cc. 20 - Use Chrome's version of JSON reader in chromium/json.cc.
21 - Use Chrome's version of loose string comparison in chromium/string_compare.cc. 21 - Use Chrome's version of loose string comparison in chromium/string_compare.cc.
22 - Use override directly instead of an OVERRIDE macro in chromium/*.
please use gerrit instead 2014/10/08 23:13:38 Please remove this line. I only place here modific
Mostyn Bramley-Moore 2014/10/08 23:32:18 Done (I added that since the presubmit check sugge
OLDNEW
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/chrome_address_validator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698