| Index: chrome/browser/ui/screen_capture_notification_ui.h
|
| diff --git a/chrome/browser/ui/screen_capture_notification_ui.h b/chrome/browser/ui/screen_capture_notification_ui.h
|
| index 3d21af00fac164e7ce8600e2db5f7ebad3a766db..ee9029f9c88209f2a7415b2415e22d0d60b04183 100644
|
| --- a/chrome/browser/ui/screen_capture_notification_ui.h
|
| +++ b/chrome/browser/ui/screen_capture_notification_ui.h
|
| @@ -17,7 +17,7 @@ class ScreenCaptureNotificationUI : public content::MediaStreamUI {
|
|
|
| // Creates platform-specific screen capture notification UI. |text| specifies
|
| // the text that should be shown in the notification.
|
| - static scoped_ptr<ScreenCaptureNotificationUI> Create(
|
| + static std::unique_ptr<ScreenCaptureNotificationUI> Create(
|
| const base::string16& text);
|
| };
|
|
|
|
|