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

Unified Diff: components/storage_monitor/image_capture_device.mm

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/storage_monitor/image_capture_device.mm
diff --git a/components/storage_monitor/image_capture_device.mm b/components/storage_monitor/image_capture_device.mm
index e28137ed2abc591dd9e31a85f890c42db484f3f0..1008bfd435cb908a2efbbf56bcb5207146f82fcb 100644
--- a/components/storage_monitor/image_capture_device.mm
+++ b/components/storage_monitor/image_capture_device.mm
@@ -4,7 +4,7 @@
#import "components/storage_monitor/image_capture_device.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "content/public/browser/browser_thread.h"
namespace storage_monitor {

Powered by Google App Engine
This is Rietveld 408576698