Add scaffolding for history deletion helper
Bug: 954404
Change-Id: I76c44b4cca9f8c442de4ac2c0a1154cb8e2938dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610598
Commit-Queue: Brandon Wylie <[email protected]>
Reviewed-by: Ted Choc <[email protected]>
Cr-Commit-Position: refs/heads/master@{#660607}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 2b8cc75..e9766d5a 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2382,6 +2382,10 @@
"android/headers_classifier.cc",
"android/history/browsing_history_bridge.cc",
"android/history/browsing_history_bridge.h",
+ "android/history/history_deletion_bridge.cc",
+ "android/history/history_deletion_bridge.h",
+ "android/history/history_deletion_info.cc",
+ "android/history/history_deletion_info.h",
"android/history_report/data_observer.cc",
"android/history_report/data_observer.h",
"android/history_report/data_provider.cc",