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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 897783002: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index cc071844bd28dc51f06c5ae3597bba28847975a5..b186b875d508fbb6e0a9f684bd7d9f38ef2b5462 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -171,10 +171,8 @@ class CONTENT_EXPORT RenderViewHostImpl
void SelectWordAroundCaret() override;
#if defined(OS_ANDROID)
- virtual void ActivateNearestFindResult(int request_id,
- float x,
- float y) override;
- virtual void RequestFindMatchRects(int current_version) override;
+ void ActivateNearestFindResult(int request_id, float x, float y) override;
+ void RequestFindMatchRects(int current_version) override;
#endif
void set_delegate(RenderViewHostDelegate* d) {

Powered by Google App Engine
This is Rietveld 408576698