| Index: components/autofill/common/autofill_messages.h
 | 
| diff --git a/chrome/common/autofill_messages.h b/components/autofill/common/autofill_messages.h
 | 
| similarity index 96%
 | 
| rename from chrome/common/autofill_messages.h
 | 
| rename to components/autofill/common/autofill_messages.h
 | 
| index 44975e0a3bf1e6a447cb20f4ca42ef4d72404289..0583eb00f2673c14f418dc9f8b66588e876f32eb 100644
 | 
| --- a/chrome/common/autofill_messages.h
 | 
| +++ b/components/autofill/common/autofill_messages.h
 | 
| @@ -7,14 +7,13 @@
 | 
|  #include <string>
 | 
|  
 | 
|  #include "base/time.h"
 | 
| -#include "chrome/common/autofill/autocheckout_status.h"
 | 
| -#include "chrome/common/autofill/web_element_descriptor.h"
 | 
| -#include "chrome/common/common_param_traits_macros.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/common/password_form_fill_data.h"
 | 
| +#include "components/autofill/common/autocheckout_status.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 "components/autofill/common/password_form_fill_data.h"
 | 
| +#include "components/autofill/common/web_element_descriptor.h"
 | 
|  #include "content/public/common/common_param_traits_macros.h"
 | 
|  #include "content/public/common/password_form.h"
 | 
|  #include "content/public/common/ssl_status.h"
 | 
| 
 |