Index: ash/system/chromeos/network/tray_network.cc |
diff --git a/ash/system/chromeos/network/tray_network.cc b/ash/system/chromeos/network/tray_network.cc |
index eabb74d4305a109c08255333209200991aa344b8..911b27240dfc3508ce8ef1f694530efebb0ee4b0 100644 |
--- a/ash/system/chromeos/network/tray_network.cc |
+++ b/ash/system/chromeos/network/tray_network.cc |
@@ -131,7 +131,9 @@ class NetworkTrayView : public TrayItemView, |
network_icon::NetworkIconAnimation::GetInstance()->RemoveObserver(this); |
} |
- std::string GetClassName() const { return "NetworkTrayView"; } |
+ virtual std::string GetClassName() const OVERRIDE { |
+ return "NetworkTrayView"; |
+ } |
void Update(const NetworkIconInfo& info) { |
if (UseNewNetworkHandlers()) |