Change base/file_utils.h includes to base/files/file_utils.h in chrome/

Review URL: https://codereview.chromium.org/486843004

Cr-Commit-Position: refs/heads/master@{#291880}
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
index a85df72..67569e27 100644
--- a/chrome/common/logging_chrome.cc
+++ b/chrome/common/logging_chrome.cc
@@ -35,8 +35,8 @@
 #include "base/debug/debugger.h"
 #include "base/debug/dump_without_crashing.h"
 #include "base/environment.h"
-#include "base/file_util.h"
 #include "base/files/file_path.h"
+#include "base/files/file_util.h"
 #include "base/logging.h"
 #include "base/path_service.h"
 #include "base/strings/string_number_conversions.h"