summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_contents_adapter.h')
-rw-r--r--src/core/web_contents_adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/web_contents_adapter.h b/src/core/web_contents_adapter.h
index a5ed1f471..b367c9fcb 100644
--- a/src/core/web_contents_adapter.h
+++ b/src/core/web_contents_adapter.h
@@ -189,7 +189,7 @@ public:
void backgroundColorChanged();
QAccessibleInterface *browserAccessible();
ProfileQt* profile();
- BrowserContextAdapter* browserContextAdapter();
+ ProfileAdapter* profileAdapter();
QWebChannel *webChannel() const;
void setWebChannel(QWebChannel *, uint worldId);
FaviconManager *faviconManager();
@@ -226,7 +226,7 @@ private:
void waitForUpdateDragActionCalled();
bool handleDropDataFileContents(const content::DropData &dropData, QMimeData *mimeData);
- BrowserContextAdapter *m_browserContextAdapter;
+ ProfileAdapter *m_profileAdapter;
std::unique_ptr<content::WebContents> m_webContents;
std::unique_ptr<WebContentsDelegateQt> m_webContentsDelegate;
std::unique_ptr<RenderViewObserverHostQt> m_renderViewObserverHost;