Index: chrome/browser/ui/views/location_bar/location_bar_view.h |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h |
index 2475079c1a44d84753920552ecf515f1d2ad21ee..872e1345bc46e9dfd83a45b0393c4a52535209c8 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
@@ -275,11 +275,8 @@ class LocationBarView : public LocationBar, |
// |view| should add to the trailing width after the omnibox. |
int IncrementalMinimumWidth(views::View* view) const; |
- // Returns the thickness of any visible left and right edge, in pixels. |
- int GetHorizontalEdgeThickness() const; |
- |
- // The same, but for the top and bottom edges. |
- int GetVerticalEdgeThickness() const; |
+ // Returns the thickness of any visible edge, in pixels. |
+ int GetEdgeThickness() const; |
// The vertical padding to be applied to all contained views. |
int VerticalPadding() const; |