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

Unified Diff: apps/app_shim/unix_domain_socket_acceptor.cc

Issue 558833002: Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « apps/app_shim/chrome_main_app_mode_mac.mm ('k') | apps/launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_shim/unix_domain_socket_acceptor.cc
diff --git a/apps/app_shim/unix_domain_socket_acceptor.cc b/apps/app_shim/unix_domain_socket_acceptor.cc
index f837a16c45d251b06b73a95170077ee2be59b6e3..f5cda65159a8a0e4b06f5c924ce0d330a0786cc6 100644
--- a/apps/app_shim/unix_domain_socket_acceptor.cc
+++ b/apps/app_shim/unix_domain_socket_acceptor.cc
@@ -4,7 +4,7 @@
#include "apps/app_shim/unix_domain_socket_acceptor.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/logging.h"
#include "ipc/unix_domain_socket_util.h"
« no previous file with comments | « apps/app_shim/chrome_main_app_mode_mac.mm ('k') | apps/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698