summaryrefslogtreecommitdiff
path: root/chromium/base/memory/shared_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/memory/shared_memory.h')
-rw-r--r--chromium/base/memory/shared_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/memory/shared_memory.h b/chromium/base/memory/shared_memory.h
index 47c33522625..9a4159855b6 100644
--- a/chromium/base/memory/shared_memory.h
+++ b/chromium/base/memory/shared_memory.h
@@ -208,7 +208,7 @@ class BASE_EXPORT SharedMemory {
// that takes ownership of the handle. As such, it's not valid to pass the
// sample handle to the IPC subsystem twice. Returns an invalid handle on
// failure.
- SharedMemoryHandle GetReadOnlyHandle();
+ SharedMemoryHandle GetReadOnlyHandle() const;
// Returns an ID for the mapped region. This is ID of the SharedMemoryHandle
// that was mapped. The ID is valid even after the SharedMemoryHandle is