From ffa0da523ff5a31439eb483e5387396d1ae9e629 Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Mon, 28 Jul 2008 18:58:30 +0000 Subject: Correct an #endif to have the name in a comment. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37 0039d316-1c4b-4281-b951-d872f2087c98 --- base/process_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/process_util.h b/base/process_util.h index 1bdd9e9..5cabcc5 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -37,7 +37,7 @@ #ifdef WIN32 #include #include -#endif // WIN32 +#endif // WIN32 #include "base/basictypes.h" #include "base/process.h" @@ -163,7 +163,7 @@ class NamedProcessIterator { std::wstring executable_name_; #ifdef WIN32 HANDLE snapshot_; -#endif WIN32 +#endif // WIN32 bool started_iteration_; ProcessEntry entry_; const ProcessFilter* filter_; -- cgit v1.1