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

Unified Diff: components/sessions/content/content_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 | « no previous file | components/sessions/content/content_live_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/content/content_live_tab.h
diff --git a/components/sessions/content/content_live_tab.h b/components/sessions/content/content_live_tab.h
index 4d08f926772b769827701ff922500666d299d6b8..e82ac7440e6cda3dc77984e0ae7d40714b4bfd97 100644
--- a/components/sessions/content/content_live_tab.h
+++ b/components/sessions/content/content_live_tab.h
@@ -41,7 +41,8 @@ class SESSIONS_EXPORT ContentLiveTab
sessions::SerializedNavigationEntry GetEntryAtIndex(int index) override;
sessions::SerializedNavigationEntry GetPendingEntry() override;
int GetEntryCount() override;
- scoped_ptr<PlatformSpecificTabData> GetPlatformSpecificTabData() override;
+ std::unique_ptr<PlatformSpecificTabData> GetPlatformSpecificTabData()
+ override;
void LoadIfNecessary() override;
const std::string& GetUserAgentOverride() const override;
« no previous file with comments | « no previous file | components/sessions/content/content_live_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698