Chromium Code Reviews| 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_); |