Move files for search geolocation into their own folder.
This change also adds an OWNERS file for these files.
TBR=sky, mvanouwerkerk
BUG=674389
Review-Url: https://codereview.chromium.org/2611583002
Cr-Commit-Position: refs/heads/master@{#441329}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 131341c..30102a3 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3215,10 +3215,10 @@
"android/rlz/revenue_stats.h",
"android/safe_browsing/safe_browsing_api_handler_bridge.cc",
"android/safe_browsing/safe_browsing_api_handler_bridge.h",
- "android/search_geolocation_disclosure_infobar_delegate.cc",
- "android/search_geolocation_disclosure_infobar_delegate.h",
- "android/search_geolocation_disclosure_tab_helper.cc",
- "android/search_geolocation_disclosure_tab_helper.h",
+ "android/search_geolocation/search_geolocation_disclosure_infobar_delegate.cc",
+ "android/search_geolocation/search_geolocation_disclosure_infobar_delegate.h",
+ "android/search_geolocation/search_geolocation_disclosure_tab_helper.cc",
+ "android/search_geolocation/search_geolocation_disclosure_tab_helper.h",
"android/seccomp_support_detector.cc",
"android/seccomp_support_detector.h",
"android/service_tab_launcher.cc",