diff options
Diffstat (limited to 'chrome_frame/find_dialog.h')
-rw-r--r-- | chrome_frame/find_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/find_dialog.h b/chrome_frame/find_dialog.h index 9e7cafe..f2089b9 100644 --- a/chrome_frame/find_dialog.h +++ b/chrome_frame/find_dialog.h @@ -48,7 +48,7 @@ class CFFindDialog : public CDialogImpl<CFFindDialog> { static HHOOK msg_hook_; // We don't own these, and they must exist at least as long as we do. - ChromeFrameAutomationClient* automation_client_; + scoped_refptr<ChromeFrameAutomationClient> automation_client_; }; #endif // CHROME_FRAME_FIND_DIALOG_H_ |