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

Unified Diff: content/browser/web_contents/web_contents_view_win.h

Issue 10833013: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Created 8 years, 5 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 | « chrome/browser/profiles/profile_io_data.cc ('k') | net/disk_cache/sparse_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_win.h
diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h
index d36ec2964de6db0a3e94f8e0563ac7a9456e4743..43756995aab5ef9af4aac6505b9656e6a026a4e8 100644
--- a/content/browser/web_contents/web_contents_view_win.h
+++ b/content/browser/web_contents/web_contents_view_win.h
@@ -31,7 +31,7 @@ class HWNDMessageFilter;
class CONTENT_EXPORT WebContentsViewWin
: public content::WebContentsView,
public content::RenderViewHostDelegateView,
- public ui::WindowImpl {
+ public ui::WindowImpl {
public:
WebContentsViewWin(WebContentsImpl* web_contents,
content::WebContentsViewDelegate* delegate);
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/disk_cache/sparse_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698