mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use FILE_PATH_LITERAL to fix build errors
This commit is contained in:
@@ -41,7 +41,7 @@ private:
|
||||
};
|
||||
|
||||
BrowserContext::BrowserContext() : resource_context_(new ResourceContext) {
|
||||
auto prefs_path = GetPath().Append("Preferences");
|
||||
auto prefs_path = GetPath().Append(FILE_PATH_LITERAL("Preferences"));
|
||||
PrefServiceBuilder builder;
|
||||
builder.WithUserFilePrefs(prefs_path,
|
||||
JsonPrefStore::GetTaskRunnerForFile(prefs_path, content::BrowserThread::GetBlockingPool()));
|
||||
|
||||
Reference in New Issue
Block a user