diff options
Diffstat (limited to 'chrome/browser/chromeos/options/take_photo_dialog.cc')
-rw-r--r-- | chrome/browser/chromeos/options/take_photo_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/options/take_photo_dialog.cc b/chrome/browser/chromeos/options/take_photo_dialog.cc index 17f4108..9023936 100644 --- a/chrome/browser/chromeos/options/take_photo_dialog.cc +++ b/chrome/browser/chromeos/options/take_photo_dialog.cc @@ -139,8 +139,8 @@ void TakePhotoDialog::NotifyOnCapturingStopped() { } void TakePhotoDialog::Observe(int type, - const NotificationSource& source, - const NotificationDetails& details) { + const content::NotificationSource& source, + const content::NotificationDetails& details) { if (type != chrome::NOTIFICATION_SCREEN_LOCK_STATE_CHANGED) return; |