Chromium Code Reviews

Unified Diff: base/process/memory_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/launch_posix.cc ('k') | base/process/process_handle_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory_linux.cc
diff --git a/base/process/memory_linux.cc b/base/process/memory_linux.cc
index befd832d66734b58c9c7f8be5d8628722eec7b0c..6dbe8b7b3948f7afd04a1ad13ab962966b604280 100644
--- a/base/process/memory_linux.cc
+++ b/base/process/memory_linux.cc
@@ -6,8 +6,8 @@
#include <new>
-#include "base/file_util.h"
#include "base/files/file_path.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/launch_posix.cc ('k') | base/process/process_handle_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine