| Index: chrome/browser/ui/webui/foreign_session_handler.cc
|
| diff --git a/chrome/browser/ui/webui/foreign_session_handler.cc b/chrome/browser/ui/webui/foreign_session_handler.cc
|
| index 62f33c2f54b525147f23e662554d8926dd7d2da1..5e7ae9297cce738ba6ceda7275fbdded202ca840 100644
|
| --- a/chrome/browser/ui/webui/foreign_session_handler.cc
|
| +++ b/chrome/browser/ui/webui/foreign_session_handler.cc
|
| @@ -338,7 +338,7 @@ void ForeignSessionHandler::HandleGetForeignSessions(
|
| session_list.Append(std::move(session_data));
|
| }
|
| }
|
| - base::FundamentalValue tab_sync_enabled(IsTabSyncEnabled());
|
| + base::Value tab_sync_enabled(IsTabSyncEnabled());
|
| web_ui()->CallJavascriptFunctionUnsafe("setForeignSessions", session_list,
|
| tab_sync_enabled);
|
| }
|
|
|