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

Unified Diff: components/component_updater/background_downloader_win.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
« no previous file with comments | « components/bookmarks/browser/bookmark_storage.cc ('k') | components/component_updater/component_patcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/background_downloader_win.cc
diff --git a/components/component_updater/background_downloader_win.cc b/components/component_updater/background_downloader_win.cc
index 5f80647e6689fa9d1ff4c745588612fcc8836676..7880c02c41c80c23cb4103f114a8783853970d93 100644
--- a/components/component_updater/background_downloader_win.cc
+++ b/components/component_updater/background_downloader_win.cc
@@ -11,7 +11,7 @@
#include <iomanip>
#include <vector>
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/message_loop/message_loop_proxy.h"
#include "base/single_thread_task_runner.h"
#include "base/strings/sys_string_conversions.h"
« no previous file with comments | « components/bookmarks/browser/bookmark_storage.cc ('k') | components/component_updater/component_patcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698