[Omnibox] [Switch To Tab] Enable Native to search through Java tabs

This CL is the first step to implement Switch To Tab. Implement native
side can search tabs on java side, and return if hasTabMatch to java.


Bug:1085220

Change-Id: I595488e19ae4955bdbb3032bb213200b00faa414
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2200252
Reviewed-by: Ted Choc <[email protected]>
Reviewed-by: Ender <[email protected]>
Commit-Queue: Gang Wu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#778072}
diff --git a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h
index fa07577..7700046 100644
--- a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h
+++ b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h
@@ -5,6 +5,10 @@
 #ifndef CHROME_BROWSER_AUTOCOMPLETE_CHROME_AUTOCOMPLETE_PROVIDER_CLIENT_H_
 #define CHROME_BROWSER_AUTOCOMPLETE_CHROME_AUTOCOMPLETE_PROVIDER_CLIENT_H_
 
+#include <memory>
+#include <string>
+#include <vector>
+
 #include "base/macros.h"
 #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h"
 #include "components/omnibox/browser/autocomplete_provider_client.h"