commit | 21c822a677b5424cba1219b3722c20f988208819 | [log] [tgz] |
---|---|---|
author | Mathieu Perreault <[email protected]> | Tue Oct 24 20:13:03 2017 |
committer | Commit Bot <[email protected]> | Tue Oct 24 20:13:03 2017 |
tree | e8d050b6b22a9d4177a4e6f628e1748035f20e23 | |
parent | 75cfa7d8d31695f6eff31e3ae91bf0f767f5d768 [diff] [blame] |
[Autofill] Create a singleton AddressNormalizerFactory. It owns a single AddressNormalizerImpl. Bug: 767931 Test: existing Change-Id: Ia3a2b7a12b82e167d86ffd895e9c54292c9e1d4f Reviewed-on: https://chromium-review.googlesource.com/734143 Commit-Queue: Mathieu Perreault <[email protected]> Reviewed-by: Rouslan Solomakhin <[email protected]> Cr-Commit-Position: refs/heads/master@{#511245}
diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS index 30b43a88..67d4531 100644 --- a/chrome/browser/autofill/DEPS +++ b/chrome/browser/autofill/DEPS
@@ -1,3 +1,4 @@ include_rules = [ + '+third_party/libaddressinput/chromium/chrome_metadata_source.h', '+third_party/libaddressinput/chromium/chrome_storage_impl.h', ]