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

Unified Diff: content/browser/compositor/software_output_device_ozone_unittest.cc

Issue 794333003: virtual/override specifier cleanup in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/compositor/software_output_device_ozone_unittest.cc
diff --git a/content/browser/compositor/software_output_device_ozone_unittest.cc b/content/browser/compositor/software_output_device_ozone_unittest.cc
index 52dd6cf1073ca447ea781d3c20e63b084bbd601b..15306c1823b3a1eac79b308a89504fadb57c9997 100644
--- a/content/browser/compositor/software_output_device_ozone_unittest.cc
+++ b/content/browser/compositor/software_output_device_ozone_unittest.cc
@@ -53,10 +53,10 @@ class TestPlatformWindowDelegate : public ui::PlatformWindowDelegate {
class SoftwareOutputDeviceOzoneTest : public testing::Test {
public:
SoftwareOutputDeviceOzoneTest();
- virtual ~SoftwareOutputDeviceOzoneTest();
+ ~SoftwareOutputDeviceOzoneTest() override;
- virtual void SetUp() override;
- virtual void TearDown() override;
+ void SetUp() override;
+ void TearDown() override;
protected:
scoped_ptr<content::SoftwareOutputDeviceOzone> output_device_;
@@ -106,7 +106,7 @@ void SoftwareOutputDeviceOzoneTest::TearDown() {
class SoftwareOutputDeviceOzonePixelTest
: public SoftwareOutputDeviceOzoneTest {
protected:
- virtual void SetUp() override;
+ void SetUp() override;
};
void SoftwareOutputDeviceOzonePixelTest::SetUp() {
« no previous file with comments | « content/browser/compositor/software_output_device_ozone.h ('k') | content/browser/gamepad/gamepad_platform_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698