summaryrefslogtreecommitdiffstats
path: root/src/core/browser_context_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/browser_context_qt.cpp')
-rw-r--r--src/core/browser_context_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/browser_context_qt.cpp b/src/core/browser_context_qt.cpp
index 6d209a775..6f7da2409 100644
--- a/src/core/browser_context_qt.cpp
+++ b/src/core/browser_context_qt.cpp
@@ -72,7 +72,7 @@ base::FilePath BrowserContextQt::GetPath() const
if (dataLocation.isEmpty())
dataLocation = QDir::homePath() % QDir::separator() % QChar::fromLatin1('.') % QCoreApplication::applicationName();
- dataLocation.append(QDir::separator() % QStringLiteral("QtWebEngine"));
+ dataLocation.append(QDir::separator() % QLatin1String("QtWebEngine"));
return base::FilePath(toFilePathString(dataLocation));
}