Browse Source

more windows build fix

Jeremy Rose 4 years ago
parent
commit
61cf1abd4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shell/common/application_info.h

+ 1 - 1
shell/common/application_info.h

@@ -27,7 +27,7 @@ std::string GetApplicationUserAgent();
 #if defined(OS_WIN)
 PCWSTR GetRawAppUserModelID();
 bool GetAppUserModelID(ScopedHString* app_id);
-void SetAppUserModelID(const std::u16string& name);
+void SetAppUserModelID(const std::wstring& name);
 bool IsRunningInDesktopBridge();
 #endif