| Index: components/autofill/common/form_field_data.cc
 | 
| diff --git a/chrome/common/form_field_data.cc b/components/autofill/common/form_field_data.cc
 | 
| similarity index 97%
 | 
| rename from chrome/common/form_field_data.cc
 | 
| rename to components/autofill/common/form_field_data.cc
 | 
| index 56ca42a31508f279a1b4b91dedb588d44dac9af3..d78966d20338d6eaa0784831cc0781470f333599 100644
 | 
| --- a/chrome/common/form_field_data.cc
 | 
| +++ b/components/autofill/common/form_field_data.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "chrome/common/form_field_data.h"
 | 
| +#include "components/autofill/common/form_field_data.h"
 | 
|  
 | 
|  #include "base/string_util.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
| 
 |