From 3b19a50d912712be99b82f8c5c8af94db57a9eaf Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 11 Feb 2019 12:48:48 +0100 Subject: Cleanup client cert store files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The files were not in the right places and wasn't split correctly in domains. Change-Id: Ia0d3b1c8f9bc6082f338a09cb64c4bb4b1aa16ad Reviewed-by: Jüri Valdmann --- src/core/resource_context_qt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/resource_context_qt.h') diff --git a/src/core/resource_context_qt.h b/src/core/resource_context_qt.h index 08359c79c..ccbe2c364 100644 --- a/src/core/resource_context_qt.h +++ b/src/core/resource_context_qt.h @@ -69,6 +69,7 @@ public: extensions::ExtensionSystemQt* GetExtensionSystem(); #endif // BUILDFLAG(ENABLE_EXTENSIONS) private: + friend class ProfileIODataQt; ProfileIODataQt* m_io_data; DISALLOW_COPY_AND_ASSIGN(ResourceContextQt); }; -- cgit v1.2.3