| Index: chrome/browser/autofill/form_structure_unittest.cc
 | 
| diff --git a/chrome/browser/autofill/form_structure_unittest.cc b/chrome/browser/autofill/form_structure_unittest.cc
 | 
| index e9f3390e8883ea201d34fbf10f9669923e2f7c79..fe6bb4f1505ff620e777fbcd94ee270f7f2c7353 100644
 | 
| --- a/chrome/browser/autofill/form_structure_unittest.cc
 | 
| +++ b/chrome/browser/autofill/form_structure_unittest.cc
 | 
| @@ -9,8 +9,8 @@
 | 
|  #include "base/utf_string_conversions.h"
 | 
|  #include "chrome/browser/autofill/autofill_metrics.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 "googleurl/src/gurl.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
 | 
| 
 |