| Index: chrome/renderer/autofill/form_cache.cc
 | 
| diff --git a/chrome/renderer/autofill/form_cache.cc b/chrome/renderer/autofill/form_cache.cc
 | 
| index 709f979c536f5c462448fc298aa1a72a8fd50df5..a4cbfe3678d26117857c9e3c31b98425564111a4 100644
 | 
| --- a/chrome/renderer/autofill/form_cache.cc
 | 
| +++ b/chrome/renderer/autofill/form_cache.cc
 | 
| @@ -6,11 +6,11 @@
 | 
|  
 | 
|  #include "base/logging.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
| -#include "chrome/common/form_data.h"
 | 
| -#include "chrome/common/form_data_predictions.h"
 | 
| -#include "chrome/common/form_field_data.h"
 | 
| -#include "chrome/common/form_field_data_predictions.h"
 | 
|  #include "chrome/renderer/autofill/form_autofill_util.h"
 | 
| +#include "components/autofill/common/form_data.h"
 | 
| +#include "components/autofill/common/form_data_predictions.h"
 | 
| +#include "components/autofill/common/form_field_data.h"
 | 
| +#include "components/autofill/common/form_field_data_predictions.h"
 | 
|  #include "grit/generated_resources.h"
 | 
|  #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
 | 
|  #include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
 | 
| 
 |