| Index: components/webdata/autofill/autofill_table.h
|
| diff --git a/chrome/browser/webdata/autofill_table.h b/components/webdata/autofill/autofill_table.h
|
| similarity index 98%
|
| rename from chrome/browser/webdata/autofill_table.h
|
| rename to components/webdata/autofill/autofill_table.h
|
| index b2197ee34999ae2d21f28c3aadfd28bf1f75ee39..9888a29468f7459b664e2035e00ab9aec80ad367 100644
|
| --- a/chrome/browser/webdata/autofill_table.h
|
| +++ b/components/webdata/autofill/autofill_table.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| -#define CHROME_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| +#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
|
| +#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
|
| +
|
| +#include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/string16.h"
|
| #include "chrome/browser/webdata/web_database_table.h"
|
|
|
| -#include <vector>
|
| -
|
| class AutofillChange;
|
| class AutofillEntry;
|
| class AutofillProfile;
|
| @@ -359,4 +359,4 @@ class AutofillTable : public WebDatabaseTable {
|
| DISALLOW_COPY_AND_ASSIGN(AutofillTable);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| +#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
|
|
|