Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: base/vlog.h

Issue 3806005: FBTF: More ctor/dtor cleanup. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/crypto/rsa_private_key.cc ('k') | base/vlog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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__).
« no previous file with comments | « base/crypto/rsa_private_key.cc ('k') | base/vlog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698