Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: chrome/browser/ui/screen_capture_notification_ui.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/sad_tab_helper.h ('k') | chrome/browser/ui/screen_capture_notification_ui_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « chrome/browser/ui/sad_tab_helper.h ('k') | chrome/browser/ui/screen_capture_notification_ui_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698