Chromium Code Reviews| Index: base/vlog.cc |
| diff --git a/base/vlog.cc b/base/vlog.cc |
| index d6c3eb7f56fc5bfe812e93c43589e1ea85a45013..6075b0b017eda1ce03b211524018b71ab08446df 100644 |
| --- a/base/vlog.cc |
| +++ b/base/vlog.cc |
| @@ -39,6 +39,8 @@ VlogInfo::VlogInfo(const std::string& v_switch, |
| } |
| } |
| +VlogInfo::~VlogInfo() {} |
| + |
| int VlogInfo::GetVlogLevel(const base::StringPiece& file) { |
| if (!vmodule_levels_.empty()) { |
| base::StringPiece module(file); |