| 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..49f6e2fdcee2402247947fb277ba2fb434dd0053 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 "chrome/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 chrome::FormField;
|
|
|
| // So we can compare AutofillKeys with EXPECT_EQ().
|
| std::ostream& operator<<(std::ostream& os, const AutofillKey& key) {
|
|
|