| Index: extensions/browser/guest_view/app_view/app_view_guest.h
|
| diff --git a/extensions/browser/guest_view/app_view/app_view_guest.h b/extensions/browser/guest_view/app_view/app_view_guest.h
|
| index 59ea2124746afc33871de5b25af9eb13d75f8959..82c5a20b9d496ce44100d3cd0b1fe8d1512104ac 100644
|
| --- a/extensions/browser/guest_view/app_view/app_view_guest.h
|
| +++ b/extensions/browser/guest_view/app_view/app_view_guest.h
|
| @@ -6,9 +6,9 @@
|
| #define EXTENSIONS_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_GUEST_H_
|
|
|
| #include "base/id_map.h"
|
| +#include "components/guest_view/browser/guest_view.h"
|
| #include "extensions/browser/extension_function_dispatcher.h"
|
| #include "extensions/browser/guest_view/app_view/app_view_guest_delegate.h"
|
| -#include "extensions/browser/guest_view/guest_view.h"
|
|
|
| namespace extensions {
|
| class Extension;
|
| @@ -18,7 +18,7 @@ class ExtensionHost;
|
| // AppViewGuest is created on attachment. That is, when a guest WebContents is
|
| // associated with a particular embedder WebContents. This happens on calls to
|
| // the connect API.
|
| -class AppViewGuest : public GuestView<AppViewGuest>,
|
| +class AppViewGuest : public guestview::GuestView<AppViewGuest>,
|
| public ExtensionFunctionDispatcher::Delegate {
|
| public:
|
| static const char Type[];
|
|
|