| Index: components/autofill/browser/autocomplete_history_manager.cc
|
| diff --git a/components/autofill/browser/autocomplete_history_manager.cc b/components/autofill/browser/autocomplete_history_manager.cc
|
| index 2f6ce6356e20b0887005d98542ec8c9338fdc875..e3f43bb390fe1273ab498efe3081cb92f8e60a60 100644
|
| --- a/components/autofill/browser/autocomplete_history_manager.cc
|
| +++ b/components/autofill/browser/autocomplete_history_manager.cc
|
| @@ -11,9 +11,9 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "components/autofill/browser/autofill_external_delegate.h"
|
| #include "components/autofill/browser/validation.h"
|
| -#include "components/autofill/common/autofill_messages.h"
|
| -#include "components/autofill/common/autofill_pref_names.h"
|
| -#include "components/autofill/common/form_data.h"
|
| +#include "components/autofill/shared/autofill_messages.h"
|
| +#include "components/autofill/shared/autofill_pref_names.h"
|
| +#include "components/autofill/shared/form_data.h"
|
| #include "components/user_prefs/user_prefs.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/render_view_host.h"
|
|
|