Amortize data usage using TrafficStats on Android.

This CL adds a DataUseAmortizer interface to the data_usage component,
and makes the DataUseAggregator use it to amortize data usage byte
counts on supported platforms.

This CL also adds an implementation of the DataUseAmortizer based on
TrafficStats for Android.

[email protected],[email protected]
BUG=518051

Review URL: https://codereview.chromium.org/1390993005

Cr-Commit-Position: refs/heads/master@{#359198}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 2835fdc..2eac38e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -727,6 +727,7 @@
       ":delta_file_proto",
       ":jni_headers",
       "//components/cdm/browser",
+      "//components/data_usage/android",
       "//components/enhanced_bookmarks",
       "//components/precache/content",
       "//components/precache/core",