mirror of
https://github.com/electron/electron.git
synced 2026-02-13 00:25:15 -05:00
2757472: Reland "Reland "[LSC] Remove base::string16 alias""
https://chromium-review.googlesource.com/c/chromium/src/+/2757472
This commit is contained in:
@@ -56,7 +56,7 @@ void ShowMessageBox(const MessageBoxSettings& settings,
|
||||
|
||||
// Like ShowMessageBox with simplest settings, but safe to call at very early
|
||||
// stage of application.
|
||||
void ShowErrorBox(const base::string16& title, const base::string16& content);
|
||||
void ShowErrorBox(const std::u16string& title, const std::u16string& content);
|
||||
|
||||
} // namespace electron
|
||||
|
||||
|
||||
Reference in New Issue
Block a user