Index: chrome/browser/ui/views/aura/status_area_host_aura.h |
diff --git a/chrome/browser/ui/views/aura/status_area_host_aura.h b/chrome/browser/ui/views/aura/status_area_host_aura.h |
index 15642e5d6052dfd91fe158e391db68a570dd6901..63905b0cc77216057a17e405f8d73821cff51e87 100644 |
--- a/chrome/browser/ui/views/aura/status_area_host_aura.h |
+++ b/chrome/browser/ui/views/aura/status_area_host_aura.h |
@@ -27,8 +27,8 @@ class StatusAreaHostAura : public StatusAreaButton::Delegate { |
StatusAreaHostAura(); |
virtual ~StatusAreaHostAura(); |
- // Returns the view housing the status area. Exposed for testing. |
- views::View* GetStatusAreaForTest(); |
+ // Returns the status area view. |
+ StatusAreaView* GetStatusArea(); |
// Instantiates and sets |status_area_view_|, and sets it as the contents of |
// a new views::Widget |status_area_widget_| which is returned. |