diff options
Diffstat (limited to 'base/file_util.cc')
-rw-r--r-- | base/file_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util.cc b/base/file_util.cc index c9661e7..7cf67dd2 100644 --- a/base/file_util.cc +++ b/base/file_util.cc @@ -341,7 +341,7 @@ bool MemoryMappedFile::Initialize(base::PlatformFile file) { return true; } -bool MemoryMappedFile::IsValid() { +bool MemoryMappedFile::IsValid() const { return data_ != NULL; } |