| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index eb46bf98d4c1bdbfa09aadf7ff690fd263b8b74c..57af9b334b8a3eed7babffdb2de3c1e62b780778 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -20,10 +20,10 @@
|
| #include "base/string16.h"
|
| #include "base/time.h"
|
| #include "chrome/browser/api/prefs/pref_change_registrar.h"
|
| +#include "chrome/browser/api/sync/profile_sync_service_observer.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/sync/profile_sync_service_observer.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|