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

Unified Diff: chrome/browser/ui/views/location_bar/icon_label_bubble_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/location_bar/icon_label_bubble_view.h
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
index c9984eef6162e43371f0fe3ed66828d6eddb07a9..ac06a74444478e986fd631caf4a5763ea129082a 100644
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
@@ -66,6 +66,7 @@ class IconLabelBubbleView : public views::View {
static int GetBubbleOuterPadding(bool by_icon);
// views::View:
+ const char* GetClassName() const override;
void OnPaint(gfx::Canvas* canvas) override;
int GetPreLabelWidth() const;

Powered by Google App Engine
This is Rietveld 408576698