Chromium Code Reviews| Index: base/vlog.h |
| diff --git a/base/vlog.h b/base/vlog.h |
| index faa62ecaa73758c4ee1e6f20196a6cc21774b2ad..d4cffe470903913287254b43fe5b136cf09841ac 100644 |
| --- a/base/vlog.h |
| +++ b/base/vlog.h |
| @@ -30,6 +30,7 @@ class VlogInfo { |
| // are also disregarded for this matching). |
| VlogInfo(const std::string& v_switch, |
| const std::string& vmodule_switch); |
| + ~VlogInfo(); |
| // Returns the vlog level for a given file (usually taken from |
| // __FILE__). |