Index: components/infobars/core/infobar_container.h |
diff --git a/components/infobars/core/infobar_container.h b/components/infobars/core/infobar_container.h |
index 666382146f3f2f504641488f74899484e29dd789..ec8e9c42070ca142b6abe68a51af5f892e5c8dea 100644 |
--- a/components/infobars/core/infobar_container.h |
+++ b/components/infobars/core/infobar_container.h |
@@ -54,7 +54,7 @@ class InfoBarContainer : public InfoBarManager::Observer { |
// Returns the amount by which to overlap the toolbar above, and, when |
// |total_height| is non-NULL, set it to the height of the InfoBarContainer |
// (including overlap). |
- int GetVerticalOverlap(int* total_height); |
+ int GetVerticalOverlap(int* total_height) const; |
// Called by the delegate when the distance between what the top infobar's |
// "unspoofable" arrow would point to and the top infobar itself changes. |