Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2928)

Unified Diff: android_webview/browser/icon_helper.h

Issue 623833003: replace OVERRIDE and FINAL with override and final in android_webview/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/browser/icon_helper.h
diff --git a/android_webview/browser/icon_helper.h b/android_webview/browser/icon_helper.h
index f325450ff2fd9ab48b9bb4d2cead6628f387ffea..287be27f01639e692ee60dea7ea39328099f4e3d 100644
--- a/android_webview/browser/icon_helper.h
+++ b/android_webview/browser/icon_helper.h
@@ -43,10 +43,10 @@ class IconHelper : public content::WebContentsObserver {
// From WebContentsObserver
virtual void DidUpdateFaviconURL(
- const std::vector<content::FaviconURL>& candidates) OVERRIDE;
+ const std::vector<content::FaviconURL>& candidates) override;
virtual void DidStartNavigationToPendingEntry(
const GURL& url,
- content::NavigationController::ReloadType reload_type) OVERRIDE;
+ content::NavigationController::ReloadType reload_type) override;
void DownloadFaviconCallback(
int id,
« no previous file with comments | « android_webview/browser/hardware_renderer.h ('k') | android_webview/browser/net/android_stream_reader_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698