| Index: chrome/browser/chromeos/options/take_photo_dialog.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/options/take_photo_dialog.cc (revision 91771)
|
| +++ chrome/browser/chromeos/options/take_photo_dialog.cc (working copy)
|
| @@ -34,7 +34,7 @@
|
| camera_controller_.set_frame_height(kFrameHeight);
|
| registrar_.Add(
|
| this,
|
| - NotificationType::SCREEN_LOCK_STATE_CHANGED,
|
| + chrome::SCREEN_LOCK_STATE_CHANGED,
|
| NotificationService::AllSources());
|
| }
|
|
|
| @@ -112,7 +112,7 @@
|
| void TakePhotoDialog::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - if (type != NotificationType::SCREEN_LOCK_STATE_CHANGED)
|
| + if (type != chrome::SCREEN_LOCK_STATE_CHANGED)
|
| return;
|
|
|
| bool is_screen_locked = *Details<bool>(details).ptr();
|
|
|