| Index: chrome/browser/ui/browser_tabrestore.cc
|
| diff --git a/chrome/browser/ui/browser_tabrestore.cc b/chrome/browser/ui/browser_tabrestore.cc
|
| index 0e96e0d0a3654ebe4dc2aa149925bc78986d9712..373de5c8f41d8410199c0a566801a46bc34a39a2 100644
|
| --- a/chrome/browser/ui/browser_tabrestore.cc
|
| +++ b/chrome/browser/ui/browser_tabrestore.cc
|
| @@ -50,7 +50,7 @@ WebContents* CreateRestoredTab(
|
| // session_storage_namespace.h include since we only need that to assign
|
| // into the map.
|
| content::SessionStorageNamespaceMap session_storage_namespace_map;
|
| - session_storage_namespace_map[""] = session_storage_namespace;
|
| + session_storage_namespace_map[std::string()] = session_storage_namespace;
|
| WebContents::CreateParams create_params(
|
| browser->profile(),
|
| tab_util::GetSiteInstanceForNewTab(browser->profile(), restore_url));
|
|
|