Index: chrome/browser/ui/views/aura/chrome_shell_delegate.h |
diff --git a/chrome/browser/ui/views/aura/chrome_shell_delegate.h b/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
index 7ab5217a7fa613e0fa2f65c2a6dc6705d6d9faea..9c1a58543dcdbf902cda7360847f671695c89bed 100644 |
--- a/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
+++ b/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
@@ -14,6 +14,7 @@ |
class Browser; |
class StatusAreaHostAura; |
+class StatusAreaView; |
namespace views { |
class View; |
@@ -26,7 +27,7 @@ class ChromeShellDelegate : public aura_shell::ShellDelegate { |
static ChromeShellDelegate* instance() { return instance_; } |
- views::View* GetStatusAreaForTest(); |
+ StatusAreaView* GetStatusArea(); |
// Returns whether a launcher item should be created for |browser|. If an item |
// should be created |type| is set to the launcher type to create. |