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

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

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.h
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.h b/content/shell/browser/layout_test/layout_test_notification_manager.h
index 786bf007a493d6813a4f9a4add6c3b6a842741ee..de6362b5cb7fc665d5524564a0076d2fd4409945 100644
--- a/content/shell/browser/layout_test/layout_test_notification_manager.h
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.h
@@ -47,12 +47,13 @@ class LayoutTestNotificationManager : public PlatformNotificationService {
ResourceContext* resource_context,
const GURL& origin,
int render_process_id) override;
- void DisplayNotification(BrowserContext* browser_context,
- const GURL& origin,
- const PlatformNotificationData& notification_data,
- const NotificationResources& notification_resources,
- scoped_ptr<DesktopNotificationDelegate> delegate,
- base::Closure* cancel_callback) override;
+ void DisplayNotification(
+ BrowserContext* browser_context,
+ const GURL& origin,
+ const PlatformNotificationData& notification_data,
+ const NotificationResources& notification_resources,
+ std::unique_ptr<DesktopNotificationDelegate> delegate,
+ base::Closure* cancel_callback) override;
void DisplayPersistentNotification(
BrowserContext* browser_context,
int64_t persistent_notification_id,

Powered by Google App Engine
This is Rietveld 408576698