| Index: chrome/browser/autofill/autofill_interactive_uitest.cc
|
| diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| index 4debf7aacc7dbb0c96b6b00bd134081141c28ae2..e8d4b4ec0c6344d20f5d55fd87f97c6ecabbacc7 100644
|
| --- a/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| @@ -17,7 +17,6 @@
|
| #include "base/time/time.h"
|
| #include "chrome/browser/autofill/autofill_uitest_util.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/infobars/infobar_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/translate/chrome_translate_client.h"
|
| #include "chrome/browser/translate/translate_service.h"
|
| @@ -36,8 +35,6 @@
|
| #include "components/autofill/core/browser/autofill_profile.h"
|
| #include "components/autofill/core/browser/autofill_test_utils.h"
|
| #include "components/autofill/core/browser/validation.h"
|
| -#include "components/infobars/core/infobar.h"
|
| -#include "components/translate/core/browser/translate_infobar_delegate.h"
|
| #include "components/translate/core/browser/translate_manager.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/notification_observer.h"
|
|
|