| 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 84%
|
| rename from extensions/common/guest_view/guest_view_constants.h
|
| rename to components/guest_view/common/guest_view_constants.h
|
| index 8fe8ff16ba68df70d29735c0b857f3da42d87cb7..ef9066e867e11125c49d2a9359450b43512790a2 100644
|
| --- a/extensions/common/guest_view/guest_view_constants.h
|
| +++ b/components/guest_view/common/guest_view_constants.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // 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 {
|
| +namespace guest_view {
|
|
|
| // Sizing attributes/parameters.
|
| extern const char kAttributeAutoSize[];
|
| @@ -45,6 +45,6 @@ extern const int kInstanceIDNone;
|
| extern const int kDefaultWidth;
|
| extern const int kDefaultHeight;
|
|
|
| -} // namespace guestview
|
| +} // namespace guest_view
|
|
|
| -#endif // EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
|
| +#endif // COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_
|
|
|