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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell_unittest.mm

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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/cocoa/omnibox/omnibox_popup_cell_unittest.mm
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell_unittest.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell_unittest.mm
index 9b08280815d8e2b800dfd53714b21ea87b3188e1..844ce41fa5140bd5a39d108ebdb8cc0be0af7c42 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell_unittest.mm
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell_unittest.mm
@@ -14,7 +14,7 @@ class OmniboxPopupCellTest : public CocoaTest {
OmniboxPopupCellTest() {
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
CocoaTest::SetUp();
cell_.reset([[OmniboxPopupCell alloc] initTextCell:@""]);
button_.reset([[NSButton alloc] initWithFrame:NSMakeRect(0, 0, 200, 20)]);

Powered by Google App Engine
This is Rietveld 408576698