| Index: src/base/platform/platform-openbsd.cc
 | 
| diff --git a/src/base/platform/platform-openbsd.cc b/src/base/platform/platform-openbsd.cc
 | 
| index 29c518a898767f14d8477f233e857f81bc63e0c7..ab3aa10dbdd83e33eb961b80625695c9b57611b1 100644
 | 
| --- a/src/base/platform/platform-openbsd.cc
 | 
| +++ b/src/base/platform/platform-openbsd.cc
 | 
| @@ -212,11 +212,7 @@ VirtualMemory::~VirtualMemory() {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -
 | 
| -bool VirtualMemory::IsReserved() {
 | 
| -  return address_ != NULL;
 | 
| -}
 | 
| -
 | 
| +bool VirtualMemory::IsReserved() const { return address_ != NULL; }
 | 
|  
 | 
|  void VirtualMemory::Reset() {
 | 
|    address_ = NULL;
 | 
| 
 |