| Index: chrome/browser/extensions/extension_tab_util.h
|
| diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
|
| index 7ec1adef4d7dc59c71042c4af27c44f4f2a0fc51..7b34826eefe08039a2117e8cac986ecd668e2ed1 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.h
|
| +++ b/chrome/browser/extensions/extension_tab_util.h
|
| @@ -68,8 +68,9 @@ class ExtensionTabUtil {
|
| static int GetTabId(const content::WebContents* web_contents);
|
| static std::string GetTabStatusText(bool is_loading);
|
| static int GetWindowIdOfTab(const content::WebContents* web_contents);
|
| - static base::ListValue* CreateTabList(const Browser* browser,
|
| - const Extension* extension);
|
| + static std::unique_ptr<base::ListValue> CreateTabList(
|
| + const Browser* browser,
|
| + const Extension* extension);
|
|
|
| // DEPRECATED: Please consider using ChromeExtensionFunctionDetails instead
|
| // of the deprecated ChromeUIThreadExtensionFunction and use the overload
|
|
|