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

Unified Diff: chrome/browser/ui/views/location_bar/translate_icon_view.h

Issue 678093002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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/views/location_bar/translate_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/translate_icon_view.h b/chrome/browser/ui/views/location_bar/translate_icon_view.h
index 28a54491b0a8c414aac7d077260b1d0d3cd4a020..4ebafd35673f45ba806c37b3042963e5dfd63ec4 100644
--- a/chrome/browser/ui/views/location_bar/translate_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/translate_icon_view.h
@@ -14,16 +14,15 @@ class CommandUpdater;
class TranslateIconView : public BubbleIconView {
public:
explicit TranslateIconView(CommandUpdater* command_updater);
- virtual ~TranslateIconView();
+ ~TranslateIconView() override;
// Toggles the icon on or off.
void SetToggled(bool on);
protected:
// BubbleIconView:
- virtual bool IsBubbleShowing() const override;
- virtual void OnExecuting(
- BubbleIconView::ExecuteSource execute_source) override;
+ bool IsBubbleShowing() const override;
+ void OnExecuting(BubbleIconView::ExecuteSource execute_source) override;
private:
DISALLOW_COPY_AND_ASSIGN(TranslateIconView);
« no previous file with comments | « chrome/browser/ui/views/location_bar/star_view.h ('k') | chrome/browser/ui/views/location_bar/zoom_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698