| Index: chrome/renderer/autofill/password_autofill_manager_browsertest.cc
|
| diff --git a/chrome/renderer/autofill/password_autofill_manager_browsertest.cc b/chrome/renderer/autofill/password_autofill_manager_browsertest.cc
|
| index 287340e8034d0396620ee119c680342728a9ed15..ded0c4c8bf31087db44d5859241faef6e397004f 100644
|
| --- a/chrome/renderer/autofill/password_autofill_manager_browsertest.cc
|
| +++ b/chrome/renderer/autofill/password_autofill_manager_browsertest.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/common/autofill_messages.h"
|
| -#include "chrome/common/form_data.h"
|
| -#include "chrome/common/form_field_data.h"
|
| #include "chrome/renderer/autofill/autofill_agent.h"
|
| #include "chrome/renderer/autofill/password_autofill_manager.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 "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
|
|