| 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 290c0c382119397b1b03e675caa514d39d0a4390..3a2b1264588ee82a601a1835027551fcd01aab75 100644
|
| --- a/extensions/browser/guest_view/app_view/app_view_guest.h
|
| +++ b/extensions/browser/guest_view/app_view/app_view_guest.h
|
| @@ -46,7 +46,8 @@ class AppViewGuest : public GuestView<AppViewGuest>,
|
| const content::ContextMenuParams& params) OVERRIDE;
|
|
|
| // GuestViewBase implementation.
|
| - virtual const char* GetAPINamespace() OVERRIDE;
|
| + virtual const char* GetAPINamespace() const OVERRIDE;
|
| + virtual base::string16 GetTaskName() const OVERRIDE;
|
| virtual void CreateWebContents(
|
| const std::string& embedder_extension_id,
|
| int embedder_render_process_id,
|
|
|