From d599aea151a5c7753e7eb1fc1a2c2b5953ac580b Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 15 Jun 2018 12:38:30 +0200 Subject: 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 --- src/core/core_chromium.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/core_chromium.pri') 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 \ -- cgit v1.2.3