summaryrefslogtreecommitdiffstats
path: root/lib/content_browser_client_qt.h
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-06-06 13:53:06 +0200
committerZeno Albisser <zeno.albisser@digia.com>2013-06-06 13:57:11 +0200
commita1c0740f25b8c519910786a47e64d2d4f71495d9 (patch)
tree4dd87a6f020d867ba92d47e5953f4cc4c30907c6 /lib/content_browser_client_qt.h
parent8736ce7b3800daa90d6b4b2b5a9831a77cba6d5a (diff)
Introduce BrowserMainPartsQt to prepare for Shell removal.
Diffstat (limited to 'lib/content_browser_client_qt.h')
-rw-r--r--lib/content_browser_client_qt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/content_browser_client_qt.h b/lib/content_browser_client_qt.h
index c3520fc0b..87af56ddf 100644
--- a/lib/content_browser_client_qt.h
+++ b/lib/content_browser_client_qt.h
@@ -18,6 +18,7 @@ struct MainFunctionParams;
}
class BrowserContextQt;
+class BrowserMainPartsQt;
class ContentBrowserClientQt : public content::ContentBrowserClient {
@@ -31,7 +32,7 @@ public:
net::URLRequestContextGetter *CreateRequestContext(content::BrowserContext *content_browser_context, content::ProtocolHandlerMap *protocol_handlers);
private:
BrowserContextQt* m_browser_context;
- content::ShellBrowserMainParts* m_browserMainParts;
+ BrowserMainPartsQt* m_browserMainParts;
};