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

Unified Diff: base/vlog.cc

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/vlog.h ('k') | chrome/browser/appcache/view_appcache_internals_job_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « base/vlog.h ('k') | chrome/browser/appcache/view_appcache_internals_job_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698