Index: ash/system/tray/system_tray_delegate.h |
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
index cd1ee8be68e28c16ed0a48df3b3762232de1da2f..c16cdb71370707813b605946f429c8e91aba4369 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -141,7 +141,7 @@ class ASH_EXPORT SystemTrayDelegate { |
virtual void ChangeProfilePicture(); |
// Returns the domain that manages the device, if it is enterprise-enrolled. |
- virtual const std::string GetEnterpriseDomain() const; |
+ virtual std::string GetEnterpriseDomain() const; |
// Returns notification for enterprise enrolled devices. |
virtual const base::string16 GetEnterpriseMessage() const; |