| Index: content/browser/browser_plugin/browser_plugin_embedder.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| index a636bc928d965f26ab6c80773548638b478da35f..019ec52f6a7351cb99e354e25d3a6b00a7b2bd52 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -32,7 +32,7 @@ class Point;
|
| namespace content {
|
|
|
| class BrowserPluginGuest;
|
| -class BrowserPluginGuestManagerDelegate;
|
| +class BrowserPluginGuestManager;
|
| class BrowserPluginHostFactory;
|
| class RenderWidgetHostImpl;
|
| class WebContentsImpl;
|
| @@ -88,7 +88,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
|
|
|
| explicit BrowserPluginEmbedder(WebContentsImpl* web_contents);
|
|
|
| - BrowserPluginGuestManagerDelegate* GetBrowserPluginGuestManager() const;
|
| + BrowserPluginGuestManager* GetBrowserPluginGuestManager() const;
|
|
|
| bool DidSendScreenRectsCallback(WebContents* guest_web_contents);
|
|
|
|
|