| Index: chrome/browser/autofill/autocomplete_history_manager.cc
|
| diff --git a/chrome/browser/autofill/autocomplete_history_manager.cc b/chrome/browser/autofill/autocomplete_history_manager.cc
|
| index 8cbbc5f272d44e4b20c83b12dc8038953bc7d0d0..412fd8c5694efefc2b5114d9465df81243893229 100644
|
| --- a/chrome/browser/autofill/autocomplete_history_manager.cc
|
| +++ b/chrome/browser/autofill/autocomplete_history_manager.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include <vector>
|
|
|
| +#include "base/prefs/public/pref_service_base.h"
|
| #include "base/string16.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/api/prefs/pref_service_base.h"
|
| #include "chrome/browser/autofill/autofill_external_delegate.h"
|
| #include "chrome/browser/autofill/credit_card.h"
|
| #include "chrome/common/autofill_messages.h"
|
|
|