| Index: components/webdata/autofill/autofill_entry.h
|
| diff --git a/chrome/browser/webdata/autofill_entry.h b/components/webdata/autofill/autofill_entry.h
|
| similarity index 92%
|
| rename from chrome/browser/webdata/autofill_entry.h
|
| rename to components/webdata/autofill/autofill_entry.h
|
| index a9a5375ee829e95073e2b500c754fbdeefcab9a0..0aed9b1eb36c768b88d722c518c5c024891f792c 100644
|
| --- a/chrome/browser/webdata/autofill_entry.h
|
| +++ b/components/webdata/autofill/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 CHROME_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
| -#define CHROME_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
| +#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
|
| +#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
|
|
|
| #include <stddef.h>
|
| #include <vector>
|
| @@ -68,4 +68,4 @@ class AutofillEntry {
|
| bool timestamps_culled_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
|
| +#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
|
|
|