| Index: extensions/browser/guest_view/app_view/app_view_constants.h
|
| diff --git a/chrome/browser/guest_view/app_view/app_view_constants.h b/extensions/browser/guest_view/app_view/app_view_constants.h
|
| similarity index 72%
|
| rename from chrome/browser/guest_view/app_view/app_view_constants.h
|
| rename to extensions/browser/guest_view/app_view/app_view_constants.h
|
| index c943345c48bb61547146afbc497017f486683dce..ab1659effddd12db21f87572e5a7ee81b6688296 100644
|
| --- a/chrome/browser/guest_view/app_view/app_view_constants.h
|
| +++ b/extensions/browser/guest_view/app_view/app_view_constants.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Constants used for the AppView API.
|
|
|
| -#ifndef CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
|
| -#define CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
|
| +#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
|
| +#define EXTENSIONS_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
|
|
|
| namespace appview {
|
|
|
| @@ -22,4 +22,4 @@ extern const char kGuestInstanceID[];
|
|
|
| } // namespace appview
|
|
|
| -#endif // CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
|
| +#endif // EXTENSIONS_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
|
|
|