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

Unified Diff: components/sessions/content/content_platform_specific_tab_data.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
Index: components/sessions/content/content_platform_specific_tab_data.h
diff --git a/components/sessions/content/content_platform_specific_tab_data.h b/components/sessions/content/content_platform_specific_tab_data.h
index c0c5f2fdfd2658750e1f1813cffdd1ca1ddb743d..1ccc6dd7c64448a5293bf466763f38a0cf73ecb7 100644
--- a/components/sessions/content/content_platform_specific_tab_data.h
+++ b/components/sessions/content/content_platform_specific_tab_data.h
@@ -33,7 +33,7 @@ class SESSIONS_EXPORT ContentPlatformSpecificTabData
private:
// PlatformSpecificTabData:
- scoped_ptr<PlatformSpecificTabData> Clone() override;
+ std::unique_ptr<PlatformSpecificTabData> Clone() override;
scoped_refptr<content::SessionStorageNamespace> session_storage_namespace_;
};
« no previous file with comments | « components/sessions/content/content_live_tab.cc ('k') | components/sessions/content/content_platform_specific_tab_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698