diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 18:58:30 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 18:58:30 +0000 |
commit | ffa0da523ff5a31439eb483e5387396d1ae9e629 (patch) | |
tree | d72043d84bf83dd2bfd8659599f7323d3e336a4c /base | |
parent | 1d74db978a81602cf535ab2439d147e1d686746b (diff) | |
download | chromium_src-ffa0da523ff5a31439eb483e5387396d1ae9e629.zip chromium_src-ffa0da523ff5a31439eb483e5387396d1ae9e629.tar.gz chromium_src-ffa0da523ff5a31439eb483e5387396d1ae9e629.tar.bz2 |
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
Diffstat (limited to 'base')
-rw-r--r-- | base/process_util.h | 4 |
1 files 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 <windows.h> #include <tlhelp32.h> -#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_; |