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

Unified Diff: base/process_util.cc

Issue 3743001: FBTF: Fix more ctor/dtors found by clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Rebase to pick up mac fix on ToT 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/process_util.h ('k') | base/thread_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util.cc
diff --git a/base/process_util.cc b/base/process_util.cc
index f6e0d8455bf051855a010a4b51743aabca78b776..6293740b5c9bdfb87e92bc41fd8537e5e1c4ae02 100644
--- a/base/process_util.cc
+++ b/base/process_util.cc
@@ -6,6 +6,11 @@
namespace base {
+#if defined(OS_POSIX)
+ProcessEntry::ProcessEntry() {}
+ProcessEntry::~ProcessEntry() {}
+#endif
+
int GetProcessCount(const std::wstring& executable_name,
const ProcessFilter* filter) {
int count = 0;
« no previous file with comments | « base/process_util.h ('k') | base/thread_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698