[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',
 ]