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

Unified Diff: components/component_updater/component_unpacker.cc

Issue 546733002: Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ and components/ (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: components/component_updater/component_unpacker.cc
diff --git a/components/component_updater/component_unpacker.cc b/components/component_updater/component_unpacker.cc
index 672a288456d190cac7e5b10965d6ccfe4ac8f8ae..1ed1aeb808465ea8d42f6f94f5389cd7255580dc 100644
--- a/components/component_updater/component_unpacker.cc
+++ b/components/component_updater/component_unpacker.cc
@@ -8,8 +8,8 @@
#include <vector>
#include "base/bind.h"
-#include "base/file_util.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/json/json_file_value_serializer.h"
#include "base/location.h"
« no previous file with comments | « components/component_updater/component_patcher_operation.cc ('k') | components/component_updater/component_updater_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698