| Index: components/autofill/common/web_element_descriptor.h
|
| diff --git a/chrome/common/autofill/web_element_descriptor.h b/components/autofill/common/web_element_descriptor.h
|
| similarity index 75%
|
| rename from chrome/common/autofill/web_element_descriptor.h
|
| rename to components/autofill/common/web_element_descriptor.h
|
| index 1ab9f7c9c985b02fcd6f0aae17d31157a8efe733..0e0aabf43febf337c837cf4c03d5fa7bf0bb70ad 100644
|
| --- a/chrome/common/autofill/web_element_descriptor.h
|
| +++ b/components/autofill/common/web_element_descriptor.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_COMMON_AUTOFILL_WEB_ELEMENT_DESCRIPTOR_H_
|
| -#define CHROME_COMMON_AUTOFILL_WEB_ELEMENT_DESCRIPTOR_H_
|
| +#ifndef COMPONENTS_AUTOFILL_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
|
| +#define COMPONENTS_AUTOFILL_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -28,4 +28,4 @@ struct WebElementDescriptor {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_COMMON_AUTOFILL_WEB_ELEMENT_DESCRIPTOR_H_
|
| +#endif // COMPONENTS_AUTOFILL_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
|
|
|