| Index: chrome/browser/autofill/autofill_manager.h
 | 
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
 | 
| index c9a867f0871e97970718b03e1f5cda0669eee9bd..a2c769ebea68be65184182d5917623b8fc8e34af 100644
 | 
| --- a/chrome/browser/autofill/autofill_manager.h
 | 
| +++ b/chrome/browser/autofill/autofill_manager.h
 | 
| @@ -19,10 +19,10 @@
 | 
|  #include "base/memory/weak_ptr.h"
 | 
|  #include "base/string16.h"
 | 
|  #include "base/time.h"
 | 
| +#include "chrome/browser/api/prefs/pref_change_registrar.h"
 | 
|  #include "chrome/browser/autofill/autofill_download.h"
 | 
|  #include "chrome/browser/autofill/field_types.h"
 | 
|  #include "chrome/browser/autofill/form_structure.h"
 | 
| -#include "chrome/browser/prefs/pref_change_registrar.h"
 | 
|  #include "chrome/browser/sync/profile_sync_service_observer.h"
 | 
|  #include "content/public/browser/notification_observer.h"
 | 
|  #include "content/public/browser/notification_registrar.h"
 | 
| 
 |