| 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 4b2e61e6029956564f30cdc11f08a01d7254a9bd..0dccfb75d243c5f4378d665cf588b0516147b947 100644
|
| --- a/chrome/browser/webdata/autofill_table_unittest.cc
|
| +++ b/chrome/browser/webdata/autofill_table_unittest.cc
|
| @@ -21,11 +21,11 @@
|
| #include "chrome/common/guid.h"
|
| #include "sql/statement.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/glue/form_field.h"
|
| +#include "webkit/forms/form_field.h"
|
|
|
| using base::Time;
|
| using base::TimeDelta;
|
| -using webkit_glue::FormField;
|
| +using webkit::forms::FormField;
|
|
|
| // So we can compare AutofillKeys with EXPECT_EQ().
|
| std::ostream& operator<<(std::ostream& os, const AutofillKey& key) {
|
|
|