| Index: components/autofill/core/browser/webdata/autofill_change.h
|
| diff --git a/components/autofill/browser/webdata/autofill_change.h b/components/autofill/core/browser/webdata/autofill_change.h
|
| similarity index 87%
|
| rename from components/autofill/browser/webdata/autofill_change.h
|
| rename to components/autofill/core/browser/webdata/autofill_change.h
|
| index 215313e23cd195ece1fdbf536eb58cdbf07121fb..1d64855a257462d85048f9d4e719ab19e1057f58 100644
|
| --- a/components/autofill/browser/webdata/autofill_change.h
|
| +++ b/components/autofill/core/browser/webdata/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 COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
| -#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
|
|
| #include <vector>
|
|
|
| -#include "components/autofill/browser/webdata/autofill_entry.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_entry.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -73,4 +73,4 @@ class AutofillProfileChange : public GenericAutofillChange<std::string> {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
|
|