| Index: chrome/renderer/autofill/form_autofill_util.cc
|
| diff --git a/chrome/renderer/autofill/form_autofill_util.cc b/chrome/renderer/autofill/form_autofill_util.cc
|
| index 5190f3d79a9b7b77d7dd4ede82926f7783402849..233d568465a7f78997c93a2bd919a35ee70fc059 100644
|
| --- a/chrome/renderer/autofill/form_autofill_util.cc
|
| +++ b/chrome/renderer/autofill/form_autofill_util.cc
|
| @@ -11,10 +11,10 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/common/autofill/web_element_descriptor.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/form_data.h"
|
| -#include "chrome/common/form_field_data.h"
|
| +#include "components/autofill/common/form_data.h"
|
| +#include "components/autofill/common/form_field_data.h"
|
| +#include "components/autofill/common/web_element_descriptor.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
|
|
|