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