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

Unified Diff: chrome/browser/ui/views/find_bar_view.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: 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/find_bar_view.h
diff --git a/chrome/browser/ui/views/find_bar_view.h b/chrome/browser/ui/views/find_bar_view.h
index 8382b021f4543316fd1ef101a4dc19bb1577a04a..88172d8bea5a95f672a4aa258df90f5acac67cf2 100644
--- a/chrome/browser/ui/views/find_bar_view.h
+++ b/chrome/browser/ui/views/find_bar_view.h
@@ -67,7 +67,7 @@ class FindBarView : public DropdownBarView,
// Claims focus for the text field and selects its contents.
void SetFocusAndSelection(bool select_all) override;
- // views::View:
+ // DropdownBarView:
void OnPaint(gfx::Canvas* canvas) override;
void Layout() override;
gfx::Size GetPreferredSize() const override;
@@ -88,7 +88,8 @@ class FindBarView : public DropdownBarView,
// Updates the appearance for the match count label.
void UpdateMatchCountAppearance(bool no_match);
- // views::View:
+ // DropdownBarView:
+ const char* GetClassName() const override;
void OnThemeChanged() override;
// We use a hidden view to grab mouse clicks and bring focus to the find
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_sync_promo_view.cc ('k') | chrome/browser/ui/views/find_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698