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 7380e362bdfb6c105b7fa4ca4560476d81cce1d1..b0a23eb77bed71062400306aedfef902ebfd1a09 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -59,7 +59,7 @@ class Range; |
namespace content { |
-class BrowserPluginGuestManager; |
+class BrowserPluginGuestManagerDelegate; |
class BrowserPluginHostFactory; |
class RenderWidgetHostView; |
class SiteInstance; |
@@ -150,7 +150,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( |