| Index: content/browser/android/content_settings.h
|
| diff --git a/content/browser/android/content_settings.h b/content/browser/android/content_settings.h
|
| index 0728a6afabbc75db46baa8055057927fb6197591..79dd1da4d381ca645b2c63a5ae3d1fcecd244e38 100644
|
| --- a/content/browser/android/content_settings.h
|
| +++ b/content/browser/android/content_settings.h
|
| @@ -26,7 +26,7 @@ class ContentSettings : public WebContentsObserver {
|
| virtual ~ContentSettings();
|
|
|
| // WebContentsObserver overrides:
|
| - virtual void WebContentsDestroyed() OVERRIDE;
|
| + virtual void WebContentsDestroyed() override;
|
|
|
| // The Java counterpart to this class.
|
| JavaObjectWeakGlobalRef content_settings_;
|
|
|