Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab6cc905 authored by Ben Chan's avatar Ben Chan Committed by chrome-internal-fetch
Browse files

Update code to include base/files/file_util.h

file_util.h was moved from base to base/files
(https://codereview.chromium.org/468253002). This CL updates platform2
code to include base/files/file_util.h instead of base/file_util.h.

BUG=chromium:411001
TEST=Trybot run on paladin, release, and chromiumos-sdk builders.

Change-Id: I488925b54615e131e508a460dc1a27f88168f936
Reviewed-on: https://chromium-review.googlesource.com/216851


Reviewed-by: default avatarAlex Vakulenko <avakulenko@chromium.org>
Tested-by: default avatarBen Chan <benchan@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
parent b63e528a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
#include <string>
#include <vector>

#include <base/file_util.h>
#include <base/files/file_util.h>
#include <base/logging.h>
#include <base/strings/string_number_conversions.h>
#include <base/strings/string_util.h>
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#include <dbus/dbus-glib-lowlevel.h>

#include <base/auto_reset.h>
#include <base/file_util.h>
#include <base/files/file_util.h>
#include <base/files/scoped_temp_dir.h>
#include <chromeos/syslog_logging.h>
#include <chromeos/test_helpers.h>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <dbus/dbus-glib-lowlevel.h>
#include <glib.h>

#include <base/file_util.h>
#include <base/files/file_util.h>
#include <base/logging.h>
#include <base/posix/eintr_wrapper.h>
#include <base/strings/string_split.h>
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#include <dbus/dbus-glib-lowlevel.h>
#include <glib.h>

#include <base/file_util.h>
#include <base/files/file_util.h>
#include <base/strings/string_util.h>
#include <base/strings/stringprintf.h>
#include <chromeos/syslog_logging.h>
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#include <vector>

#include <base/command_line.h>
#include <base/file_util.h>
#include <base/files/file_util.h>
#include <base/logging.h>
#include <base/strings/string_split.h>
#include <base/strings/string_util.h>
Loading