| Index: chrome/browser/ui/views/hung_renderer_view.h
|
| diff --git a/chrome/browser/ui/views/hung_renderer_view.h b/chrome/browser/ui/views/hung_renderer_view.h
|
| index 27a0f66669525073d653476af1fd1121164128b5..58d3f33481d9002ca1542e3a4c6ce63c72bb6953 100644
|
| --- a/chrome/browser/ui/views/hung_renderer_view.h
|
| +++ b/chrome/browser/ui/views/hung_renderer_view.h
|
| @@ -99,7 +99,7 @@ class HungRendererDialogView : public views::DialogDelegateView,
|
| public:
|
| // Factory function for creating an instance of the HungRendererDialogView
|
| // class. At any given point only one instance can be active.
|
| - static HungRendererDialogView* Create(gfx::NativeView context);
|
| + static HungRendererDialogView* Create(gfx::NativeWindow context);
|
|
|
| // Returns a pointer to the singleton instance if any.
|
| static HungRendererDialogView* GetInstance();
|
|
|