| Index: ash/system/tray/test_system_tray_delegate.h
|
| diff --git a/ash/system/tray/test_system_tray_delegate.h b/ash/system/tray/test_system_tray_delegate.h
|
| index a49b3076e3e45f904346e4ae0ea5a190bd0334a6..1b45f1eb7ab5e4e7a4c3905d99a4476ec10d057c 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.h
|
| +++ b/ash/system/tray/test_system_tray_delegate.h
|
| @@ -25,6 +25,7 @@ class TestSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual bool GetTrayVisibilityOnStartup() OVERRIDE;
|
|
|
| // Overridden from SystemTrayDelegate:
|
| + virtual SystemTrayObservers* GetSystemTrayObservers() OVERRIDE;
|
| virtual const string16 GetUserDisplayName() const OVERRIDE;
|
| virtual const std::string GetUserEmail() const OVERRIDE;
|
| virtual const gfx::ImageSkia& GetUserImage() const OVERRIDE;
|
|
|