From d19a1692e6b582d8caf07e24c77e95b0e3355d0f Mon Sep 17 00:00:00 2001 From: thestig Date: Sat, 23 Aug 2014 15:18:53 -0700 Subject: Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2. Review URL: https://codereview.chromium.org/497083004 Cr-Commit-Position: refs/heads/master@{#291609} --- chrome/installer/setup/archive_patch_helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/installer/setup/archive_patch_helper.cc') diff --git a/chrome/installer/setup/archive_patch_helper.cc b/chrome/installer/setup/archive_patch_helper.cc index 4ef6bc4..959be3a 100644 --- a/chrome/installer/setup/archive_patch_helper.cc +++ b/chrome/installer/setup/archive_patch_helper.cc @@ -4,7 +4,7 @@ #include "chrome/installer/setup/archive_patch_helper.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/logging.h" #include "chrome/installer/util/lzma_util.h" #include "courgette/courgette.h" -- cgit v1.1