Index: util/win/process_info.cc |
diff --git a/util/win/process_info.cc b/util/win/process_info.cc |
index 9dde7481bc0560aa417925ac9fc10c6e17bf935c..7a94ffec829c88535408f8e10e2b74ad274cfccb 100644 |
--- a/util/win/process_info.cc |
+++ b/util/win/process_info.cc |
@@ -601,7 +601,7 @@ ProcessInfo::GetReadableRanges( |
return GetReadableRangesOfMemoryMap(range, MemoryInfo()); |
} |
-const std::vector<ProcessInfo::Handle>& ProcessInfo::Handles() { |
+const std::vector<ProcessInfo::Handle>& ProcessInfo::Handles() const { |
INITIALIZATION_STATE_DCHECK_VALID(initialized_); |
if (handles_.empty()) |
handles_ = BuildHandleVector(process_); |