summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc')
-rw-r--r--chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
index 08de306..4509a2f 100644
--- a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
@@ -464,14 +464,14 @@ void SimUnlockHandler::NotifyOnEnterPinEnded(bool cancelled) {
NotificationService::current()->Notify(
chrome::NOTIFICATION_ENTER_PIN_ENDED,
NotificationService::AllSources(),
- Details<bool>(&cancelled));
+ content::Details<bool>(&cancelled));
}
void SimUnlockHandler::NotifyOnRequirePinChangeEnded(bool new_value) {
NotificationService::current()->Notify(
chrome::NOTIFICATION_REQUIRE_PIN_SETTING_CHANGE_ENDED,
NotificationService::AllSources(),
- Details<bool>(&new_value));
+ content::Details<bool>(&new_value));
}
void SimUnlockHandler::HandleCancel(const ListValue* args) {