Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 83b7aac8f33f1376795a78ea31713dcaef578cc2..38c7cb99fc2e6dfdce7e0bd7fc2672472d9785f3 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -458,11 +458,12 @@ class DummySystemTrayDelegate : public SystemTrayDelegate { |
} |
virtual bool GetCellularCarrierInfo(std::string* carrier_id, |
- std::string* toup_url) OVERRIDE { |
+ std::string* topup_url, |
+ std::string* setup_url) OVERRIDE { |
return false; |
} |
- virtual void ShowCellularTopupURL(const std::string& topup_url) OVERRIDE { |
+ virtual void ShowCellularURL(const std::string& url) OVERRIDE { |
} |
virtual void ChangeProxySettings() OVERRIDE { |