| Index: third_party/libaddressinput/chromium/cpp/src/rule.h
|
| diff --git a/third_party/libaddressinput/chromium/cpp/src/rule.h b/third_party/libaddressinput/chromium/cpp/src/rule.h
|
| index 5cd4dd2af58d940e27d545f4a396f7dc16700f7a..a11dff84ef7d28b917ae3b1d019e4ec33d612915 100644
|
| --- a/third_party/libaddressinput/chromium/cpp/src/rule.h
|
| +++ b/third_party/libaddressinput/chromium/cpp/src/rule.h
|
| @@ -36,6 +36,11 @@ class Rule {
|
| Rule();
|
| ~Rule();
|
|
|
| + // Returns the default rule at a country level. If a country does not specify
|
| + // address format, for example, then the format from this rule should be used
|
| + // instead.
|
| + static const Rule& GetDefault();
|
| +
|
| // Copies all data from |rule|.
|
| void CopyFrom(const Rule& rule);
|
|
|
|
|