Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: ui/views/controls/webview/webview.h

Issue 10140024: Fix the component build for VS2010 while https://chromiumcodereview.appspot.com/10121004/ is being … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/webview.h
diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h
index 5a73dc967f1677fb904ec300f24f9d8604c3a3f6..14263628e2de22db486772709e9317327bd7e189 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[];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698