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

Unified Diff: apps/launcher.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
Index: apps/launcher.cc
diff --git a/apps/launcher.cc b/apps/launcher.cc
index aabbc6489241fac287fdd87303de0b20570dc5d0..9272a665ab19a4986653ef61b1d5372946427939 100644
--- a/apps/launcher.cc
+++ b/apps/launcher.cc
@@ -8,8 +8,8 @@
#include <utility>
#include "base/command_line.h"
-#include "base/file_util.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "base/strings/string_util.h"
« no previous file with comments | « apps/app_shim/unix_domain_socket_acceptor.cc ('k') | extensions/browser/api/storage/leveldb_settings_storage_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698