| 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 27ee734f903a9fc676baa62acb39f44f1ad8ce80..fa6b53ce3f271a5f3bccc595b2fe0f9c82fdfb17 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.h
|
| +++ b/ash/system/tray/test_system_tray_delegate.h
|
| @@ -32,6 +32,8 @@ class TestSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual const std::string GetEnterpriseDomain() const OVERRIDE;
|
| virtual const base::string16 GetEnterpriseMessage() const OVERRIDE;
|
| virtual const std::string GetLocallyManagedUserManager() const OVERRIDE;
|
| + virtual const base::string16 GetLocallyManagedUserManagerName() const
|
| + OVERRIDE;
|
| virtual const base::string16 GetLocallyManagedUserMessage() const OVERRIDE;
|
| virtual bool SystemShouldUpgrade() const OVERRIDE;
|
| virtual base::HourClockType GetHourClockType() const OVERRIDE;
|
|
|