summaryrefslogtreecommitdiffstats
path: root/base/debug/proc_maps_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/proc_maps_linux.cc')
-rw-r--r--base/debug/proc_maps_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/proc_maps_linux.cc b/base/debug/proc_maps_linux.cc
index 9557feb..c9afd45 100644
--- a/base/debug/proc_maps_linux.cc
+++ b/base/debug/proc_maps_linux.cc
@@ -24,7 +24,7 @@ namespace debug {
bool ReadProcMaps(std::string* proc_maps) {
FilePath proc_maps_path("/proc/self/maps");
- return file_util::ReadFileToString(proc_maps_path, proc_maps);
+ return ReadFileToString(proc_maps_path, proc_maps);
}
bool ParseProcMaps(const std::string& input,