| 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 740664c7e000107fd46d291faf3e90ba8a72747b..614fa165307c7c609ad6f043c586b1d66f9fa5c5 100644
|
| --- a/chrome/browser/printing/print_dialog_cloud.cc
|
| +++ b/chrome/browser/printing/print_dialog_cloud.cc
|
| @@ -151,7 +151,7 @@ class SignInObserver : public content::WebContentsObserver {
|
| }
|
| }
|
|
|
| - virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE {
|
| + virtual void WebContentsDestroyed() OVERRIDE {
|
| delete this;
|
| }
|
|
|
|
|