summaryrefslogtreecommitdiffstats
path: root/src/core/content_browser_client_qt.cpp
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-11-03 15:25:05 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-11-12 14:26:51 +0100
commit6ca2cfe2c29f41202491c51ef897c4f211c28c27 (patch)
treeb45d86ba804800a9d536e758ac64b1d124fb00c4 /src/core/content_browser_client_qt.cpp
parent4b541dd4cf618a61c3cc6c73866b163fb41339df (diff)
Fix build after 216c2ed5 in base
Change-Id: If9f646d36b70494248e7d721e7473505d9e0f42d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/content_browser_client_qt.cpp')
-rw-r--r--src/core/content_browser_client_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/content_browser_client_qt.cpp b/src/core/content_browser_client_qt.cpp
index 4da4f72e4..c90901ad9 100644
--- a/src/core/content_browser_client_qt.cpp
+++ b/src/core/content_browser_client_qt.cpp
@@ -992,7 +992,7 @@ mojo::Remote<network::mojom::NetworkContext> ContentBrowserClientQt::CreateNetwo
std::vector<base::FilePath> ContentBrowserClientQt::GetNetworkContextsParentDirectory()
{
return {
- toFilePath(QStandardPaths::writableLocation(QStandardPaths::DataLocation)),
+ toFilePath(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)),
toFilePath(QStandardPaths::writableLocation(QStandardPaths::CacheLocation)) };
}