Chromium Code Reviews| Index: chrome/browser/printing/print_dialog_cloud.cc |
| diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc |
| index 2a44102e00a4396ca338300ebeb00b4220342b01..5dbc2b55974237fca69ad06856e76d2b7ed27752 100644 |
| --- a/chrome/browser/printing/print_dialog_cloud.cc |
| +++ b/chrome/browser/printing/print_dialog_cloud.cc |
| @@ -150,7 +150,7 @@ class SignInObserver : public content::WebContentsObserver { |
| } |
| } |
| - virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE { |
| + virtual void WebContentsDestroyed() OVERRIDE { |
| delete this; |
| } |