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

Unified Diff: content/shell/browser/layout_test/layout_test_content_browser_client.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_content_browser_client.h
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
index 57b557ae737172c14ab30e4e530321735d2f96fb..f1d5a41a4c2fd8fa0a12533ce38b0f26e5713dee 100644
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
@@ -38,7 +38,8 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
PlatformNotificationService* GetPlatformNotificationService() override;
private:
- scoped_ptr<LayoutTestNotificationManager> layout_test_notification_manager_;
+ std::unique_ptr<LayoutTestNotificationManager>
+ layout_test_notification_manager_;
};
} // content

Powered by Google App Engine
This is Rietveld 408576698