| Index: components/webdata/autofill/autofill_entry.cc
 | 
| diff --git a/chrome/browser/webdata/autofill_entry.cc b/components/webdata/autofill/autofill_entry.cc
 | 
| similarity index 98%
 | 
| rename from chrome/browser/webdata/autofill_entry.cc
 | 
| rename to components/webdata/autofill/autofill_entry.cc
 | 
| index 27dcbf3551fb7bff8ff358ae7dd7e1f90d408adc..dda5cf570f2502e4fb2c4006efb69a8c9a6260b9 100644
 | 
| --- a/chrome/browser/webdata/autofill_entry.cc
 | 
| +++ b/components/webdata/autofill/autofill_entry.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/browser/webdata/autofill_entry.h"
 | 
| +#include "components/webdata/autofill/autofill_entry.h"
 | 
|  
 | 
|  #include <algorithm>
 | 
|  #include <set>
 | 
| 
 |