| Index: chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| diff --git a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| index 181c9e05ac346490f746edc4804d4a3c67a7f203..d6272032b58f4cf40f18aca3278f5b41dfd7ea14 100644
|
| --- a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| +++ b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| @@ -5,11 +5,11 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/test/base/chrome_render_view_test.h"
|
| -#include "components/autofill/common/autofill_messages.h"
|
| -#include "components/autofill/common/form_data.h"
|
| -#include "components/autofill/common/form_field_data.h"
|
| #include "components/autofill/content/renderer/autofill_agent.h"
|
| #include "components/autofill/content/renderer/password_autofill_agent.h"
|
| +#include "components/autofill/shared/autofill_messages.h"
|
| +#include "components/autofill/shared/form_data.h"
|
| +#include "components/autofill/shared/form_field_data.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebElement.h"
|
|
|