| 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).
|
|
|