summaryrefslogtreecommitdiffstats
path: root/src/core/net
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/net
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/net')
-rw-r--r--src/core/net/url_request_context_getter_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net/url_request_context_getter_qt.cpp b/src/core/net/url_request_context_getter_qt.cpp
index 89c048d18..56b31c7fa 100644
--- a/src/core/net/url_request_context_getter_qt.cpp
+++ b/src/core/net/url_request_context_getter_qt.cpp
@@ -78,8 +78,8 @@
#include "net/ftp/ftp_network_layer.h"
#include "api/qwebengineurlschemehandler.h"
-#include "browser_context_qt.h"
#include "custom_protocol_handler.h"
+#include "profile_qt.h"
#include "proxy_config_service_qt.h"
#include "qrc_protocol_handler_qt.h"
#include "qwebenginecookiestore.h"