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

Unified Diff: chrome/browser/media/desktop_media_list_ash_unittest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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/media/desktop_media_list_ash_unittest.cc
diff --git a/chrome/browser/media/desktop_media_list_ash_unittest.cc b/chrome/browser/media/desktop_media_list_ash_unittest.cc
index f8168e550373485d8475a816622745efc5db6eb5..f5c87f2af45926c3a1eb04b3d03729aa36fc0a82 100644
--- a/chrome/browser/media/desktop_media_list_ash_unittest.cc
+++ b/chrome/browser/media/desktop_media_list_ash_unittest.cc
@@ -28,7 +28,7 @@ class MockDesktopMediaListObserver : public DesktopMediaListObserver {
class DesktopMediaListAshTest : public ash::test::AshTestBase {
public:
DesktopMediaListAshTest() {}
- virtual ~DesktopMediaListAshTest() {}
+ ~DesktopMediaListAshTest() override {}
void CreateList(int source_types) {
list_.reset(new DesktopMediaListAsh(source_types));

Powered by Google App Engine
This is Rietveld 408576698