Index: chrome/common/metrics/metrics_log_base.cc |
diff --git a/chrome/common/metrics/metrics_log_base.cc b/chrome/common/metrics/metrics_log_base.cc |
index d6a467f3e7071941072cc26caa7c7fc2ea43885d..fc0c768de93cb08c8f254b311778f0f4916831b3 100644 |
--- a/chrome/common/metrics/metrics_log_base.cc |
+++ b/chrome/common/metrics/metrics_log_base.cc |
@@ -123,12 +123,12 @@ class MetricsLogBase::XmlWrapper { |
MetricsLogBase::MetricsLogBase(const std::string& client_id, int session_id, |
const std::string& version_string) |
- : start_time_(Time::Now()), |
+ : num_events_(0), |
+ start_time_(Time::Now()), |
client_id_(client_id), |
session_id_(base::IntToString(session_id)), |
locked_(false), |
- xml_wrapper_(new XmlWrapper), |
- num_events_(0) { |
+ xml_wrapper_(new XmlWrapper) { |
int64_t build_time = GetBuildTime(); |
// Write the XML version. |