| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index 415e9ecf4bf3a59b29ce17ab2cf88278c69e0a76..345b68b5e59b29c4d0b32f731f83ff249b155016 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -17,9 +17,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/prefs/public/pref_change_registrar.h"
|
| #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/autocomplete_history_manager.h"
|
| #include "chrome/browser/autofill/autofill_download.h"
|
|
|