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

Unified Diff: mojo/services/public/cpp/view_manager/lib/bitmap_uploader.h

Issue 634483003: replace OVERRIDE and FINAL with override and final in mojo/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove compiler_specific.h inclusions 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: mojo/services/public/cpp/view_manager/lib/bitmap_uploader.h
diff --git a/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.h b/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.h
index f04940943cbfbc8c73af5316dba38dbbad19af7c..73d03302b774d14cb9e0702cec8558859b2a05ca 100644
--- a/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.h
+++ b/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.h
@@ -43,7 +43,7 @@ class BitmapUploader : public SurfaceClient {
uint32_t BindTextureForSize(const gfx::Size size);
// SurfaceClient implementation.
- virtual void ReturnResources(Array<ReturnedResourcePtr> resources) OVERRIDE;
+ virtual void ReturnResources(Array<ReturnedResourcePtr> resources) override;
ViewManagerClientImpl* client_;
Id view_id_;

Powered by Google App Engine
This is Rietveld 408576698