| 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 cbd935bce674dacb48ae10c4339456cbdd7d5413..5aa77aeb7c564e287283cea94a8c6b5686634327 100644
|
| --- a/chrome/browser/printing/print_dialog_cloud.cc
|
| +++ b/chrome/browser/printing/print_dialog_cloud.cc
|
| @@ -145,7 +145,7 @@ class SignInObserver : public content::WebContentsObserver {
|
| // Overridden from content::WebContentsObserver:
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| - const content::FrameNavigateParams& params) OVERRIDE {
|
| + const content::FrameNavigateParams& params) override {
|
| if (IsSimilarUrl(params.url, cloud_print_url_)) {
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| @@ -154,7 +154,7 @@ class SignInObserver : public content::WebContentsObserver {
|
| }
|
| }
|
|
|
| - virtual void WebContentsDestroyed() OVERRIDE {
|
| + virtual void WebContentsDestroyed() override {
|
| delete this;
|
| }
|
|
|
|
|