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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_item_controller.h

Issue 686563002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/ash/launcher/launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
index df9b7b051b9e50dbd6f1c15a65b64234b11dac91..3e2d7aceedd0a95c9859ccf032e63797b6d9fa41 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
@@ -41,7 +41,7 @@ class LauncherItemController : public ash::ShelfItemDelegate {
LauncherItemController(Type type,
const std::string& app_id,
ChromeLauncherController* launcher_controller);
- virtual ~LauncherItemController();
+ ~LauncherItemController() override;
Type type() const { return type_; }
ash::ShelfID shelf_id() const { return shelf_id_; }

Powered by Google App Engine
This is Rietveld 408576698