Index: chrome/browser/android/chrome_jni_registrar.cc |
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc |
index cc569aceda0d5426a6033cc32b2ac2afd30ea55b..6ba59686651d51b40181ea3b4798e4c0e3ddb702 100644 |
--- a/chrome/browser/android/chrome_jni_registrar.cc |
+++ b/chrome/browser/android/chrome_jni_registrar.cc |
@@ -56,7 +56,6 @@ |
#include "chrome/browser/ui/android/autofill/autofill_dialog_result.h" |
#include "chrome/browser/ui/android/autofill/autofill_logger_android.h" |
#include "chrome/browser/ui/android/autofill/autofill_popup_view_android.h" |
-#include "chrome/browser/ui/android/autofill/country_adapter_android.h" |
#include "chrome/browser/ui/android/chrome_http_auth_handler.h" |
#include "chrome/browser/ui/android/context_menu_helper.h" |
#include "chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h" |
@@ -134,7 +133,6 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = { |
{ "ConfirmInfoBarDelegate", RegisterConfirmInfoBarDelegate }, |
{ "ContentViewUtil", RegisterContentViewUtil }, |
{ "ContextMenuHelper", RegisterContextMenuHelper }, |
- { "CountryAdapterAndroid", autofill::CountryAdapterAndroid::Register }, |
{ "DataReductionProxyInfoBarDelegate", DataReductionProxyInfoBar::Register }, |
{ "DataReductionProxySettings", DataReductionProxySettingsAndroid::Register }, |
{ "DevToolsServer", RegisterDevToolsServer }, |