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

Unified Diff: chrome/browser/ui/views/toolbar/home_button.h

Issue 869453002: Define class names for views class in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: inline class name strings 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: chrome/browser/ui/views/toolbar/home_button.h
diff --git a/chrome/browser/ui/views/toolbar/home_button.h b/chrome/browser/ui/views/toolbar/home_button.h
index 05fd0fdbe7c0765187cd473297ea06c47a23fa1f..27ba43084848de30581003768290f9d98f7cd078 100644
--- a/chrome/browser/ui/views/toolbar/home_button.h
+++ b/chrome/browser/ui/views/toolbar/home_button.h
@@ -25,6 +25,9 @@ class HomeButton : public ToolbarButton {
int OnPerformDrop(const ui::DropTargetEvent& event) override;
private:
+ // views::View:
Peter Kasting 2015/01/23 07:28:11 Nit: Again, this should be "ToolbarButton:".
oshima 2015/01/24 01:23:07 Done. moved all to private.
+ const char* GetClassName() const override;
+
// ToolbarButton:
void NotifyClick(const ui::Event& event) override;

Powered by Google App Engine
This is Rietveld 408576698