Index: base/files/file_util_linux.cc |
diff --git a/base/file_util_linux.cc b/base/files/file_util_linux.cc |
similarity index 98% |
rename from base/file_util_linux.cc |
rename to base/files/file_util_linux.cc |
index 2910c9cb4ec73065556bda112f4712e87fabaff8..532962f195c67b162b42f4fc791b9b1276b8bef5 100644 |
--- a/base/file_util_linux.cc |
+++ b/base/files/file_util_linux.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/file_util.h" |
+#include "base/files/file_util.h" |
#include <errno.h> |
#include <linux/magic.h> |