Use FILE_PATH_LITERAL to fix build errors
This commit is contained in:
parent
35199ba31f
commit
a6c5cb04f7
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue