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

Unified Diff: content/shell/browser/layout_test/layout_test_notification_manager.cc

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent 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
Index: content/shell/browser/layout_test/layout_test_notification_manager.cc
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.cc b/content/shell/browser/layout_test/layout_test_notification_manager.cc
index 1ddb3a4fe4f6a9b0ef09fe6a7eac4b4ddc02aa99..7a5ee2beaaeb181c1c071735b437c7708e44a5f5 100644
--- a/content/shell/browser/layout_test/layout_test_notification_manager.cc
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc
@@ -50,7 +50,7 @@ void LayoutTestNotificationManager::DisplayNotification(
const GURL& origin,
const PlatformNotificationData& notification_data,
const NotificationResources& notification_resources,
- scoped_ptr<DesktopNotificationDelegate> delegate,
+ std::unique_ptr<DesktopNotificationDelegate> delegate,
base::Closure* cancel_callback) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
std::string title = base::UTF16ToUTF8(notification_data.title);

Powered by Google App Engine
This is Rietveld 408576698