| Index: chrome/common/metrics_helpers.cc
|
| diff --git a/chrome/common/metrics_helpers.cc b/chrome/common/metrics_helpers.cc
|
| index 3a012fea47f6bc69ac5ff5d0dcb9881860c0e0bb..288e579e8d30027df96ba3e29b1adab670845def 100644
|
| --- a/chrome/common/metrics_helpers.cc
|
| +++ b/chrome/common/metrics_helpers.cc
|
| @@ -89,9 +89,6 @@ class MetricsLogBase::XmlWrapper {
|
| xmlTextWriterPtr writer_;
|
| };
|
|
|
| -// static
|
| -std::string MetricsLogBase::version_extension_;
|
| -
|
| MetricsLogBase::MetricsLogBase(const std::string& client_id, int session_id,
|
| const std::string& version_string)
|
| : start_time_(Time::Now()),
|
|
|