| Index: base/process_util.h
|
| diff --git a/base/process_util.h b/base/process_util.h
|
| index 074312bfde58b36ca425551b1e278c6999bd8881..8004d9cc546201f0faffec31d50d46f18c09b3f9 100644
|
| --- a/base/process_util.h
|
| +++ b/base/process_util.h
|
| @@ -146,7 +146,8 @@ BASE_EXPORT ProcessId GetCurrentProcId();
|
| BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
|
|
|
| #if defined(OS_WIN)
|
| -// Returns the module handle to which an address belongs.
|
| +// Returns the module handle to which an address belongs. The reference count
|
| +// of the module is not incremented.
|
| BASE_EXPORT HMODULE GetModuleFromAddress(void* address);
|
| #endif
|
|
|
|
|