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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/autofill/autofill_popup_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
index 122bcd9081e6ee0d1fa250f97980ac7291e90ea5..88dd2d0097f7692f52e86d2d9835ba756aacfad2 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
@@ -80,7 +80,7 @@ class TestAutofillPopupController : public AutofillPopupControllerImpl {
test_controller_common_(new TestPopupControllerCommon(element_bounds)) {
controller_common_.reset(test_controller_common_);
}
- virtual ~TestAutofillPopupController() {}
+ ~TestAutofillPopupController() override {}
void set_display(const gfx::Display& display) {
test_controller_common_->set_display(display);
@@ -117,7 +117,7 @@ class TestAutofillPopupController : public AutofillPopupControllerImpl {
}
private:
- virtual void ShowView() override {}
+ void ShowView() override {}
TestPopupControllerCommon* test_controller_common_;
};
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc ('k') | chrome/browser/ui/browser_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698