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

Unified Diff: mojo/system/core.h

Issue 425523002: Mojo: Convert MemoryTest.Valid to the new user pointer handling (see r285350). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 5 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 | « no previous file | mojo/system/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/core.h
diff --git a/mojo/system/core.h b/mojo/system/core.h
index 363b89732c3d3b15de427bb53b3314172e185d5a..963081c2f644dfbc1af1f60acbc4b30e5ce006ff 100644
--- a/mojo/system/core.h
+++ b/mojo/system/core.h
@@ -102,7 +102,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
uint64_t num_bytes,
UserPointer<void*> buffer,
MojoMapBufferFlags flags);
- MojoResult UnmapBuffer(UserPointerValue<void> buffer);
+ MojoResult UnmapBuffer(UserPointer<void> buffer);
private:
friend bool internal::ShutdownCheckNoLeaks(Core*);
« no previous file with comments | « no previous file | mojo/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698