Chromium Code Reviews| Index: chrome_frame/find_dialog.h |
| =================================================================== |
| --- chrome_frame/find_dialog.h (revision 31968) |
| +++ chrome_frame/find_dialog.h (working copy) |
| @@ -48,7 +48,7 @@ |
| 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_ |