| Index: chrome/browser/android/dom_distiller/feedback_reporter_android.h
|
| diff --git a/chrome/browser/android/dom_distiller/feedback_reporter_android.h b/chrome/browser/android/dom_distiller/feedback_reporter_android.h
|
| index 4fe16797f4805dcdd86de929fc56a011268b5294..284da3b77f080af1fb67c1b9f02ee0f48fe33760 100644
|
| --- a/chrome/browser/android/dom_distiller/feedback_reporter_android.h
|
| +++ b/chrome/browser/android/dom_distiller/feedback_reporter_android.h
|
| @@ -34,7 +34,7 @@ class FeedbackReporterAndroid : content::WebContentsObserver {
|
| // WebContentsObserver implementation:
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| - const content::FrameNavigateParams& params) OVERRIDE;
|
| + const content::FrameNavigateParams& params) override;
|
|
|
| private:
|
| // FeedbackReporterAndroid on the Java side.
|
|
|