| Index: chrome/browser/webdata/autofill_table_unittest.cc
|
| diff --git a/chrome/browser/webdata/autofill_table_unittest.cc b/chrome/browser/webdata/autofill_table_unittest.cc
|
| index 23a520eb7a5251b287bb3aee5370815c07b3168d..092a4c4fd021643247ff9e5fb5fabf34604e2d04 100644
|
| --- a/chrome/browser/webdata/autofill_table_unittest.cc
|
| +++ b/chrome/browser/webdata/autofill_table_unittest.cc
|
| @@ -20,13 +20,13 @@
|
| #include "chrome/browser/webdata/autofill_table.h"
|
| #include "chrome/browser/webdata/web_database.h"
|
| #include "chrome/common/chrome_paths.h"
|
| +#include "content/public/common/form_field.h"
|
| #include "sql/statement.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/forms/form_field.h"
|
|
|
| using base::Time;
|
| using base::TimeDelta;
|
| -using webkit::forms::FormField;
|
| +using content::FormField;
|
|
|
| // So we can compare AutofillKeys with EXPECT_EQ().
|
| std::ostream& operator<<(std::ostream& os, const AutofillKey& key) {
|
|
|