Revert "refactor: make LoginItemSettings::path a wstring"

This reverts commit 9127cff58b.
This commit is contained in:
Charles Kerr
2021-03-30 20:32:11 -05:00
parent 1594c54933
commit 9684d85101
2 changed files with 6 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ class Browser : public WindowListObserver {
bool restore_state = false;
bool opened_at_login = false;
bool opened_as_hidden = false;
std::wstring path;
std::u16string path;
std::vector<std::u16string> args;
#if defined(OS_WIN)