| Index: components/guest_view/common/guest_view_constants.h
|
| diff --git a/extensions/common/guest_view/guest_view_constants.h b/components/guest_view/common/guest_view_constants.h
|
| similarity index 87%
|
| copy from extensions/common/guest_view/guest_view_constants.h
|
| copy to components/guest_view/common/guest_view_constants.h
|
| index 8fe8ff16ba68df70d29735c0b857f3da42d87cb7..a6c282131b0d6381ab72f376d53e05e6c8c3a82a 100644
|
| --- a/extensions/common/guest_view/guest_view_constants.h
|
| +++ b/components/guest_view/common/guest_view_constants.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Constants used for the WebView API.
|
|
|
| -#ifndef EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
|
| -#define EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
|
| +#ifndef COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_
|
| +#define COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_
|
|
|
| namespace guestview {
|
|
|
| @@ -47,4 +47,4 @@ extern const int kDefaultHeight;
|
|
|
| } // namespace guestview
|
|
|
| -#endif // EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
|
| +#endif // COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_
|
|
|