| Index: components/autofill/common/web_element_descriptor.h
|
| diff --git a/components/autofill/shared/web_element_descriptor.h b/components/autofill/common/web_element_descriptor.h
|
| similarity index 66%
|
| rename from components/autofill/shared/web_element_descriptor.h
|
| rename to components/autofill/common/web_element_descriptor.h
|
| index bad9ef4f997cf4463867c91cab972f93c121d37c..0e0aabf43febf337c837cf4c03d5fa7bf0bb70ad 100644
|
| --- a/components/autofill/shared/web_element_descriptor.h
|
| +++ b/components/autofill/common/web_element_descriptor.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_SHARED_WEB_ELEMENT_DESCRIPTOR_H_
|
| -#define COMPONENTS_AUTOFILL_SHARED_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 // COMPONENTS_AUTOFILL_SHARED_WEB_ELEMENT_DESCRIPTOR_H_
|
| +#endif // COMPONENTS_AUTOFILL_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
|
|
|