| Index: components/autofill/core/browser/webdata/autofill_table.h
|
| diff --git a/components/autofill/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h
|
| similarity index 98%
|
| rename from components/autofill/browser/webdata/autofill_table.h
|
| rename to components/autofill/core/browser/webdata/autofill_table.h
|
| index 2e78fea8df08273b16e3270326514bda008990b6..30f69a949e08ff7cf54894389d7eab271cfe884f 100644
|
| --- a/components/autofill/browser/webdata/autofill_table.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_table.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
|
|
| #include <vector>
|
|
|
| @@ -385,4 +385,4 @@ class AutofillTable : public WebDatabaseTable {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
|
|