summaryrefslogtreecommitdiffstats
path: root/src/core/content_browser_client_qt.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-04-19 09:35:28 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-05-25 08:30:14 +0000
commit6c319ced199772c89a6c2cee46e551bb36c50360 (patch)
treee1bb108178020eb1e7460fa8c533351c40089db1 /src/core/content_browser_client_qt.h
parentf012238341216c2355dc724ea8e7de74fa764cc0 (diff)
Rename BrowserContextQt to ProfileQt
Following commits are going to introduce ProfileIODataQt and to keep things self documented just rename the class so it reflects Chromium one. Fix minor style issues in profile_qt.h Presort include headers as requested on review. Change-Id: If58f5aec8ac64cfaf30642195838a77497b75244 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/content_browser_client_qt.h')
-rw-r--r--src/core/content_browser_client_qt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/content_browser_client_qt.h b/src/core/content_browser_client_qt.h
index 515574147..8c7079e62 100644
--- a/src/core/content_browser_client_qt.h
+++ b/src/core/content_browser_client_qt.h
@@ -74,8 +74,9 @@ class GLShareGroup;
}
namespace QtWebEngineCore {
-class BrowserContextQt;
+
class BrowserMainPartsQt;
+class ProfileQt;
class ResourceDispatcherHostDelegateQt;
class ShareGroupQtQuick;