summaryrefslogtreecommitdiffstats
path: root/src/core/core_chromium.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-06-15 12:38:30 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-07-09 19:22:11 +0000
commitd599aea151a5c7753e7eb1fc1a2c2b5953ac580b (patch)
tree3563522c3c15e4043a8e8a0023cb2f21a9709891 /src/core/core_chromium.pri
parent10877c3ec0184e6c2a07b8775d32c8efc38a29a3 (diff)
Rename BrowserContextAdapter to ProfileAdapter
Follow change of BrowserContextQt to ProfileQt. Fix wrong naming usage of browserContext instead of browserContextAdapter. Change-Id: I75fdac685d9bffd44f0144921d3e87305d6d44c9 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/core_chromium.pri')
-rw-r--r--src/core/core_chromium.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_chromium.pri b/src/core/core_chromium.pri
index 6c4bfc0e1..b349b0f4f 100644
--- a/src/core/core_chromium.pri
+++ b/src/core/core_chromium.pri
@@ -41,7 +41,6 @@ SOURCES = \
authentication_dialog_controller.cpp \
browser_accessibility_manager_qt.cpp \
browser_accessibility_qt.cpp \
- browser_context_adapter.cpp \
browser_context_adapter_client.cpp \
browsing_data_remover_delegate_qt.cpp \
browser_message_filter_qt.cpp \
@@ -93,6 +92,7 @@ SOURCES = \
ozone/surface_factory_qt.cpp \
permission_manager_qt.cpp \
process_main.cpp \
+ profile_adapter.cpp \
profile_qt.cpp \
profile_io_data_qt.cpp \
quota_permission_context_qt.cpp \
@@ -130,7 +130,6 @@ HEADERS = \
build_config_qt.h \
browser_accessibility_manager_qt.h \
browser_accessibility_qt.h \
- browser_context_adapter.h \
browser_context_adapter_client.h \
browsing_data_remover_delegate_qt.h \
browser_message_filter_qt.h \
@@ -183,6 +182,7 @@ HEADERS = \
ozone/surface_factory_qt.h \
permission_manager_qt.h \
process_main.h \
+ profile_adapter.h \
profile_qt.h \
profile_io_data_qt.h \
proxy_config_service_qt.h \