| Index: chrome/browser/autofill/form_structure_browsertest.cc
|
| diff --git a/chrome/browser/autofill/form_structure_browsertest.cc b/chrome/browser/autofill/form_structure_browsertest.cc
|
| index 675167548c8f720e28b76b7417865af9a1fe8cbe..9f57e06b0b796f8d57568e0da1baca0a480ffb58 100644
|
| --- a/chrome/browser/autofill/form_structure_browsertest.cc
|
| +++ b/chrome/browser/autofill/form_structure_browsertest.cc
|
| @@ -7,13 +7,13 @@
|
| #include "base/files/file_path.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autofill_manager.h"
|
| -#include "chrome/browser/autofill/data_driven_test.h"
|
| -#include "chrome/browser/autofill/form_structure.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| +#include "components/autofill/browser/autofill_manager.h"
|
| +#include "components/autofill/browser/data_driven_test.h"
|
| +#include "components/autofill/browser/form_structure.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| namespace {
|
|
|