| Index: chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| index c17380b03ddd5dcb1d33a7cf8ed8e8614007ab57..68ba481dd2b55916c8cf949845f5ec404f7a1076 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_view_mac.h
|
| @@ -13,9 +13,12 @@
|
|
|
| class Browser;
|
| class ExtensionHost;
|
| -class RenderViewHost;
|
| class SkBitmap;
|
|
|
| +namespace content {
|
| +class RenderViewHost;
|
| +}
|
| +
|
| // This class represents extension views. An extension view internally contains
|
| // a bridge to an extension process, which draws to the extension view's
|
| // native view object through IPC.
|
| @@ -73,7 +76,7 @@ class ExtensionViewMac {
|
| static const CGFloat kMaxHeight;
|
|
|
| private:
|
| - RenderViewHost* render_view_host() const;
|
| + content::RenderViewHost* render_view_host() const;
|
|
|
| void CreateWidgetHostView();
|
|
|
|
|