| 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 de2cf6d82f3aafaad6aee761099022105d99e02a..51b1b5d77e17b4be5470010b014054a50e663ed0 100644
|
| --- a/chrome/browser/autofill/autocomplete_history_manager.cc
|
| +++ b/chrome/browser/autofill/autocomplete_history_manager.cc
|
| @@ -13,17 +13,17 @@
|
| #include "chrome/browser/autofill/autofill_external_delegate.h"
|
| #include "chrome/browser/autofill/credit_card.h"
|
| #include "chrome/common/autofill_messages.h"
|
| +#include "chrome/common/form_data.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "webkit/forms/form_data.h"
|
|
|
| using base::StringPiece16;
|
| +using chrome::FormData;
|
| +using chrome::FormField;
|
| using content::BrowserContext;
|
| using content::WebContents;
|
| -using webkit::forms::FormData;
|
| -using webkit::forms::FormField;
|
|
|
| DEFINE_WEB_CONTENTS_USER_DATA_KEY(AutocompleteHistoryManager)
|
|
|
|
|