Commit 4cf9a176 authored by thestig's avatar thestig Committed by Commit bot

Cleanup: Actually remove base/file_util.h.

Review URL: https://codereview.chromium.org/647623002

Cr-Commit-Position: refs/heads/master@{#299155}
parent 53d5e618
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(brettw) update callers to use the new location and remove this file.
#include "base/files/file_util.h"
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include "base/at_exit.h" #include "base/at_exit.h"
#include "base/base_paths.h" #include "base/base_paths.h"
#include "base/command_line.h" #include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_path.h" #include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/path_service.h" #include "base/path_service.h"
#include "base/process/launch.h" #include "base/process/launch.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <sstream> #include <sstream>
#include "base/command_line.h" #include "base/command_line.h"
#include "base/file_util.h" #include "base/files/file_util.h"
#include "base/strings/string_split.h" #include "base/strings/string_split.h"
#include "tools/gn/commands.h" #include "tools/gn/commands.h"
#include "tools/gn/filesystem_utils.h" #include "tools/gn/filesystem_utils.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment