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

Unified Diff: content/browser/android/content_view_render_view.h

Issue 629183002: Replacing the OVERRIDE with override and FINAL with final in content/browser/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving Error in android 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: content/browser/android/content_view_render_view.h
diff --git a/content/browser/android/content_view_render_view.h b/content/browser/android/content_view_render_view.h
index cc8fe80a9f8f6408d2dbfa36804a070078b01cee..ed3f03cc3facc564ed022034e203cb9e1f7240a6 100644
--- a/content/browser/android/content_view_render_view.h
+++ b/content/browser/android/content_view_render_view.h
@@ -49,8 +49,8 @@ class ContentViewRenderView : public CompositorClient {
jlong GetUIResourceProvider(JNIEnv* env, jobject obj);
// CompositorClient implementation
- virtual void Layout() OVERRIDE;
- virtual void OnSwapBuffersCompleted(int pending_swap_buffers) OVERRIDE;
+ virtual void Layout() override;
+ virtual void OnSwapBuffersCompleted(int pending_swap_buffers) override;
private:
virtual ~ContentViewRenderView();
« no previous file with comments | « content/browser/android/content_view_core_impl.h ('k') | content/browser/android/content_view_render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698