summaryrefslogtreecommitdiffstats
path: root/base/vlog.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 22:03:13 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 22:03:13 +0000
commit1889dc1b1226cac60273a2e28ad36e019292be21 (patch)
tree0cc002bbc9b22ef7a2b34a7f114b79463a02c8d7 /base/vlog.h
parent19d9f3aa28eb43ba6c7e016536c2ddcba420bb3f (diff)
downloadchromium_src-1889dc1b1226cac60273a2e28ad36e019292be21.zip
chromium_src-1889dc1b1226cac60273a2e28ad36e019292be21.tar.gz
chromium_src-1889dc1b1226cac60273a2e28ad36e019292be21.tar.bz2
FBTF: More ctor/dtor cleanup.
(3.5 megs off debug linux .a files) BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3806005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/vlog.h')
-rw-r--r--base/vlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/vlog.h b/base/vlog.h
index faa62ec..d4cffe4 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__).