summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc')
-rw-r--r--chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
index 7f1399f..36b113c 100644
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
@@ -575,9 +575,10 @@ void InternetOptionsHandler::OnCellularDataPlanChanged(
}
-void InternetOptionsHandler::Observe(int type,
- const NotificationSource& source,
- const NotificationDetails& details) {
+void InternetOptionsHandler::Observe(
+ int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) {
chromeos::CrosOptionsPageUIHandler::Observe(type, source, details);
if (type == chrome::NOTIFICATION_REQUIRE_PIN_SETTING_CHANGE_ENDED) {
base::FundamentalValue require_pin(*Details<bool>(details).ptr());