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

Unified Diff: base/process/memory.h

Issue 1779333003: Add test for multithreaded ActiveVerifier behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@handlecreate
Patch Set: nits Created 4 years, 9 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
Index: base/process/memory.h
diff --git a/base/process/memory.h b/base/process/memory.h
index f7fc569abaf3b6ccd0cea0c1a031d5c3ce67ab57..418f187ea5cc7ed99dc4c46ec3419b863d21c539 100644
--- a/base/process/memory.h
+++ b/base/process/memory.h
@@ -47,7 +47,7 @@ BASE_EXPORT void TerminateBecauseOutOfMemory(size_t size);
#if defined(OS_WIN)
// Returns the module handle to which an address belongs. The reference count
// of the module is not incremented.
-BASE_EXPORT HMODULE GetModuleFromAddress(void* address);
+BASE_EXPORT HMODULE GetModuleFromAddress(const void* address);
#endif
#if defined(OS_LINUX) || defined(OS_ANDROID)
« no previous file with comments | « base/base.gyp ('k') | base/process/memory_win.cc » ('j') | base/win/scoped_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698