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

Unified Diff: ui/base/text/text_elider.cc

Issue 7216031: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove trace_event.h changes. Created 9 years, 6 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 | « base/process_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/text/text_elider.cc
diff --git a/ui/base/text/text_elider.cc b/ui/base/text/text_elider.cc
index 3be1af263a399efe2005452f04f27be386868cfd..6cfd740b4b2b0c6d02bcbd8bb70142fb09a096c3 100644
--- a/ui/base/text/text_elider.cc
+++ b/ui/base/text/text_elider.cc
@@ -400,7 +400,7 @@ SortedDisplayURL::SortedDisplayURL(const GURL& url,
}
}
-SortedDisplayURL::SortedDisplayURL() {
+SortedDisplayURL::SortedDisplayURL() : prefix_end_(0) {
}
SortedDisplayURL::~SortedDisplayURL() {
« no previous file with comments | « base/process_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698