| Index: chrome/browser/guest_view/app_view/app_view_guest.h
|
| diff --git a/chrome/browser/guest_view/app_view/app_view_guest.h b/chrome/browser/guest_view/app_view/app_view_guest.h
|
| index 831941ee4eb46cd807e73d58a30464cbfc95028c..5643d21062df19a492802dbc6d31a8759aaf587a 100644
|
| --- a/chrome/browser/guest_view/app_view/app_view_guest.h
|
| +++ b/chrome/browser/guest_view/app_view/app_view_guest.h
|
| @@ -6,13 +6,12 @@
|
| #define CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_GUEST_H_
|
|
|
| #include "base/id_map.h"
|
| -#include "chrome/browser/guest_view/guest_view.h"
|
| #include "extensions/browser/extension_function_dispatcher.h"
|
| +#include "extensions/browser/guest_view/guest_view.h"
|
|
|
| namespace extensions {
|
| class Extension;
|
| class ExtensionHost;
|
| -};
|
|
|
| // An AppViewGuest provides the browser-side implementation of <appview> API.
|
| // AppViewGuest is created on attachment. That is, when a guest WebContents is
|
| @@ -83,4 +82,6 @@ class AppViewGuest : public GuestView<AppViewGuest>,
|
| DISALLOW_COPY_AND_ASSIGN(AppViewGuest);
|
| };
|
|
|
| +} // namespace extensions
|
| +
|
| #endif // CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_GUEST_H_
|
|
|