| 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 b0a23eb77bed71062400306aedfef902ebfd1a09..7380e362bdfb6c105b7fa4ca4560476d81cce1d1 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 BrowserPluginGuestManagerDelegate;
|
| +class BrowserPluginGuestManager;
|
| 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);
|
|
|
| - BrowserPluginGuestManagerDelegate* GetBrowserPluginGuestManager() const;
|
| + BrowserPluginGuestManager* GetBrowserPluginGuestManager() const;
|
|
|
| // WebContentsObserver implementation.
|
| virtual void DidCommitProvisionalLoadForFrame(
|
|
|