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

Unified Diff: chrome/common/profiling.cc

Issue 8965054: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years 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/common/content_settings.cc ('k') | chrome/service/cloud_print/cloud_print_connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/profiling.cc
diff --git a/chrome/common/profiling.cc b/chrome/common/profiling.cc
index 1173992e6b765fc731afeaeb3f951576c609162c..f355052ca7a918c146622454ac0e4352fed80054 100644
--- a/chrome/common/profiling.cc
+++ b/chrome/common/profiling.cc
@@ -59,7 +59,7 @@ void FlushProfilingData(base::Thread* thread) {
class ProfilingThreadControl {
public:
- ProfilingThreadControl() {}
+ ProfilingThreadControl() : thread_(NULL) {}
void Start() {
base::AutoLock locked(lock_);
« no previous file with comments | « chrome/common/content_settings.cc ('k') | chrome/service/cloud_print/cloud_print_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698