Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1626)

Unified Diff: base/process/process_handle_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/process/memory_linux.cc ('k') | base/process/process_iterator_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_handle_linux.cc
diff --git a/base/process/process_handle_linux.cc b/base/process/process_handle_linux.cc
index 6c5cd2fa182b25209863a5961bf1b4c44e0ec6a0..950b888cfaa11f8331cf72c4c4c4f3fd6f160898 100644
--- a/base/process/process_handle_linux.cc
+++ b/base/process/process_handle_linux.cc
@@ -4,7 +4,7 @@
#include "base/process/process_handle.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/process/internal_linux.h"
namespace base {
« no previous file with comments | « base/process/memory_linux.cc ('k') | base/process/process_iterator_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698