summaryrefslogtreecommitdiffstats
path: root/ui/views
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views')
-rw-r--r--ui/views/controls/webview/webview.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h
index 5a73dc9..1426362 100644
--- a/ui/views/controls/webview/webview.h
+++ b/ui/views/controls/webview/webview.h
@@ -17,9 +17,10 @@ namespace views {
class NativeViewHost;
-class VIEWS_EXPORT WebView : public View,
- public content::NotificationObserver,
- public content::WebContentsDelegate {
+class VIEWS_EXPORT WebView
+ : public View,
+ public NON_EXPORTED_BASE(content::NotificationObserver),
+ public NON_EXPORTED_BASE(content::WebContentsDelegate) {
public:
static const char kViewClassName[];