| Index: chrome/browser/autofill/autofill_external_delegate_browsertest.cc
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
|
| index 16e7611a10560b316842148b2bb9226312c286b2..e06e0462a5878c6782e33640c21beb8a3b432172 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
|
| +++ b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
|
| @@ -10,10 +10,10 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "chrome/test/base/testing_pref_service_syncable.h"
|
| -#include "components/autofill/browser/autofill_manager.h"
|
| -#include "components/autofill/browser/test_autofill_driver.h"
|
| -#include "components/autofill/browser/test_autofill_external_delegate.h"
|
| -#include "components/autofill/browser/test_autofill_manager_delegate.h"
|
| +#include "components/autofill/core/browser/autofill_manager.h"
|
| +#include "components/autofill/core/browser/test_autofill_driver.h"
|
| +#include "components/autofill/core/browser/test_autofill_external_delegate.h"
|
| +#include "components/autofill/core/browser/test_autofill_manager_delegate.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
|
|