| Index: components/autofill/core/browser/webdata/autofill_entry.h
|
| diff --git a/components/autofill/browser/webdata/autofill_entry.h b/components/autofill/core/browser/webdata/autofill_entry.h
|
| similarity index 91%
|
| rename from components/autofill/browser/webdata/autofill_entry.h
|
| rename to components/autofill/core/browser/webdata/autofill_entry.h
|
| index 94b633abb178d3bd39e563f931475ea603662242..3589f3d9ef61309edb7e9d7e31d66a11ac5965da 100644
|
| --- a/components/autofill/browser/webdata/autofill_entry.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_entry.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_ENTRY_H__
|
| -#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
|
|
| #include <stddef.h>
|
| #include <vector>
|
| @@ -72,4 +72,4 @@ class AutofillEntry {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
|
|