| 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,
|
|
|