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

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

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/in_memory_tab_restore_service.cc ('k') | components/sessions/core/live_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/live_tab.h
diff --git a/components/sessions/core/live_tab.h b/components/sessions/core/live_tab.h
index 1f8e4b59ebe39e6df3e38f7a329cc95b6d70a299..bd6129395a47bfca577dcc9c256358a398d910ee 100644
--- a/components/sessions/core/live_tab.h
+++ b/components/sessions/core/live_tab.h
@@ -30,7 +30,7 @@ class SESSIONS_EXPORT LiveTab {
// Returns any platform-specific data that should be associated with the
// TabRestoreService::Tab corresponding to this instance. The default
// implementation returns null.
- virtual scoped_ptr<PlatformSpecificTabData> GetPlatformSpecificTabData();
+ virtual std::unique_ptr<PlatformSpecificTabData> GetPlatformSpecificTabData();
// Loads the current page if necessary (where "necessary" is defined on a
// platform-specific basis).
« no previous file with comments | « components/sessions/core/in_memory_tab_restore_service.cc ('k') | components/sessions/core/live_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698