| Index: components/autofill/common/password_form_fill_data.cc
 | 
| diff --git a/chrome/common/password_form_fill_data.cc b/components/autofill/common/password_form_fill_data.cc
 | 
| similarity index 93%
 | 
| rename from chrome/common/password_form_fill_data.cc
 | 
| rename to components/autofill/common/password_form_fill_data.cc
 | 
| index c733719eda38b5e2a7c831a5b84a5094b5032749..e6456e6fe0b507ee031f85bdaf54e41d2c904e52 100644
 | 
| --- a/chrome/common/password_form_fill_data.cc
 | 
| +++ b/components/autofill/common/password_form_fill_data.cc
 | 
| @@ -2,10 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "chrome/common/password_form_fill_data.h"
 | 
| +#include "components/autofill/common/password_form_fill_data.h"
 | 
|  
 | 
|  #include "base/logging.h"
 | 
| -#include "chrome/common/form_field_data.h"
 | 
| +#include "components/autofill/common/form_field_data.h"
 | 
|  
 | 
|  PasswordFormFillData::PasswordFormFillData() : wait_for_username(false) {
 | 
|  }
 | 
| 
 |