diff options
Diffstat (limited to 'chrome/browser/ui/webui/options/chromeos/internet_options_handler.h')
-rw-r--r-- | chrome/browser/ui/webui/options/chromeos/internet_options_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h index 9b2a02b..ff86de2 100644 --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h @@ -43,7 +43,7 @@ class InternetOptionsHandler virtual void OnCellularDataPlanChanged(chromeos::NetworkLibrary* network_lib); // NotificationObserver implementation. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details) OVERRIDE; |