Chromium Code Reviews| Index: content/browser/browser_plugin/browser_plugin_guest.h |
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
| index 835acb01dfb4fe6f69e0fed62e845a71042feac1..f066760d99ecb84ccb51728d9b6200c307073e45 100644 |
| --- a/content/browser/browser_plugin/browser_plugin_guest.h |
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h |
| @@ -60,6 +60,7 @@ class Range; |
| namespace content { |
| class BrowserPluginGuestManager; |
|
lazyboy
2014/05/05 21:40:54
Remove.
Fady Samuel
2014/05/07 17:32:59
Done.
|
| +class BrowserPluginGuestManagerDelegate; |
| class BrowserPluginHostFactory; |
| class RenderWidgetHostView; |
| class SiteInstance; |
| @@ -150,7 +151,7 @@ class CONTENT_EXPORT BrowserPluginGuest |
| gfx::Size dst_size, |
| const base::Callback<void(bool, const SkBitmap&)>& callback); |
| - BrowserPluginGuestManager* GetBrowserPluginGuestManager() const; |
| + BrowserPluginGuestManagerDelegate* GetBrowserPluginGuestManager() const; |
| // WebContentsObserver implementation. |
| virtual void DidCommitProvisionalLoadForFrame( |