| Index: components/webdata/autofill/autofill_change.h
|
| diff --git a/chrome/browser/webdata/autofill_change.h b/components/webdata/autofill/autofill_change.h
|
| similarity index 89%
|
| rename from chrome/browser/webdata/autofill_change.h
|
| rename to components/webdata/autofill/autofill_change.h
|
| index ee6e3d404d6cc2889133b86210718c909a65f94b..e05e4d7b5a7422273dcab5d3d87aadee6732f960 100644
|
| --- a/chrome/browser/webdata/autofill_change.h
|
| +++ b/components/webdata/autofill/autofill_change.h
|
| @@ -2,12 +2,12 @@
|
| // 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_CHANGE_H__
|
| -#define CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
| +#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_CHANGE_H__
|
| +#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_CHANGE_H__
|
|
|
| #include <vector>
|
|
|
| -#include "chrome/browser/webdata/autofill_entry.h"
|
| +#include "components/webdata/autofill/autofill_entry.h"
|
|
|
| class AutofillProfile;
|
| class CreditCard;
|
| @@ -69,4 +69,4 @@ class AutofillProfileChange : public GenericAutofillChange<std::string> {
|
| const AutofillProfile* profile_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
| +#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_CHANGE_H__
|
|
|