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

Unified Diff: components/sessions/core/live_tab.cc

Issue 1912843002: Convert //components/sessions from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « components/sessions/core/live_tab.h ('k') | components/sessions/core/persistent_tab_restore_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/live_tab.cc
diff --git a/components/sessions/core/live_tab.cc b/components/sessions/core/live_tab.cc
index 408073bce057e026d50d958943a2c5dc19110a66..18ef7bc8f4f2b92c52c8dc4bc5c6990104e367b7 100644
--- a/components/sessions/core/live_tab.cc
+++ b/components/sessions/core/live_tab.cc
@@ -8,7 +8,7 @@ namespace sessions {
LiveTab::~LiveTab() {}
-scoped_ptr<PlatformSpecificTabData> LiveTab::GetPlatformSpecificTabData() {
+std::unique_ptr<PlatformSpecificTabData> LiveTab::GetPlatformSpecificTabData() {
return nullptr;
}
« no previous file with comments | « components/sessions/core/live_tab.h ('k') | components/sessions/core/persistent_tab_restore_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698