Chromium Code Reviews| Index: chrome/browser/views/cookie_prompt_view.h |
| =================================================================== |
| --- chrome/browser/views/cookie_prompt_view.h (revision 39556) |
| +++ chrome/browser/views/cookie_prompt_view.h (working copy) |
| @@ -109,7 +109,7 @@ |
| std::wstring title_; |
| // A pointer to the AppModalDialog that created us. We own this. |
| - CookiePromptModalDialog* parent_; |
| + scoped_ptr<CookiePromptModalDialog> parent_; |
| gfx::NativeWindow root_window_; |