Chromium Code Reviews

Unified Diff: base/process/process_metrics_linux.cc

Issue 468253002: Move file_util to base/files/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to add forwarding header to patch Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « base/process/process_linux.cc ('k') | base/rand_util_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_metrics_linux.cc
diff --git a/base/process/process_metrics_linux.cc b/base/process/process_metrics_linux.cc
index 0e12595f92efd10a76bf477bcebcd533257d385d..c472d73782c0d3c40c4da8affefff83039377e3b 100644
--- a/base/process/process_metrics_linux.cc
+++ b/base/process/process_metrics_linux.cc
@@ -11,7 +11,7 @@
#include <sys/types.h>
#include <unistd.h>
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/process/internal_linux.h"
#include "base/strings/string_number_conversions.h"
« no previous file with comments | « base/process/process_linux.cc ('k') | base/rand_util_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine