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

Unified Diff: chrome/browser/ui/views/frame/web_contents_close_handler_unittest.cc

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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: chrome/browser/ui/views/frame/web_contents_close_handler_unittest.cc
diff --git a/chrome/browser/ui/views/frame/web_contents_close_handler_unittest.cc b/chrome/browser/ui/views/frame/web_contents_close_handler_unittest.cc
index d86775de1f2980adf9dfff6783724ee4af09cd1c..bc9569bcec26e5e7d30a6af3fc55364b3cc962d6 100644
--- a/chrome/browser/ui/views/frame/web_contents_close_handler_unittest.cc
+++ b/chrome/browser/ui/views/frame/web_contents_close_handler_unittest.cc
@@ -28,10 +28,10 @@ class MockWebContentsCloseHandlerDelegate
void clear_got_destroy() { got_destroy_ = false; }
// WebContentsCloseHandlerDelegate:
- virtual void CloneWebContentsLayer() OVERRIDE {
+ virtual void CloneWebContentsLayer() override {
got_clone_ = true;
}
- virtual void DestroyClonedLayer() OVERRIDE {
+ virtual void DestroyClonedLayer() override {
got_destroy_ = true;
}
« no previous file with comments | « chrome/browser/ui/views/frame/top_container_view.h ('k') | chrome/browser/ui/views/fullscreen_exit_bubble_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698