Skip to content

Commit

Permalink
Change base/file_utils.h includes to base/files/file_utils.h in chrom…
Browse files Browse the repository at this point in the history
…e_elf/ and components/

Also fix the formatting of chrome_elf/OWNERS

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

Cr-Commit-Position: refs/heads/master@{#294245}
  • Loading branch information
leizleiz authored and Commit bot committed Sep 10, 2014
1 parent e7da604 commit 819adcc
Show file tree
Hide file tree
Showing 63 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions chrome_elf/OWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
caitkp@chromium.org
robertshield@chromium.org
caitkp@chromium.org
robertshield@chromium.org
2 changes: 1 addition & 1 deletion chrome_elf/create_file/chrome_create_file_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include <string>

#include "base/base_paths_win.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
#include "base/threading/platform_thread.h"
Expand Down
2 changes: 1 addition & 1 deletion components/autofill/core/browser/data_driven_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "components/autofill/core/browser/data_driven_test.h"

#include "base/file_util.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_util.h"
#include "base/strings/string_util.h"
#include "testing/gtest/include/gtest/gtest.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <vector>

#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/guid.h"
#include "base/path_service.h"
Expand Down
2 changes: 1 addition & 1 deletion components/bookmarks/browser/bookmark_codec_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include "components/bookmarks/browser/bookmark_codec.h"

#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/json/json_file_value_serializer.h"
#include "base/json/json_string_value_serializer.h"
#include "base/memory/scoped_ptr.h"
Expand Down
2 changes: 1 addition & 1 deletion components/bookmarks/browser/bookmark_storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "base/bind.h"
#include "base/compiler_specific.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/json/json_file_value_serializer.h"
#include "base/json/json_string_value_serializer.h"
#include "base/metrics/histogram.h"
Expand Down
2 changes: 1 addition & 1 deletion components/component_updater/background_downloader_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/component_updater/component_patcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

#include "base/basictypes.h"
#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/json/json_file_value_serializer.h"
#include "base/location.h"
#include "base/memory/weak_ptr.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <vector>

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/files/memory_mapped_file.h"
#include "base/location.h"
#include "base/strings/string_number_conversions.h"
Expand Down
2 changes: 1 addition & 1 deletion components/component_updater/component_unpacker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include <vector>

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/json/json_file_value_serializer.h"
#include "base/location.h"
Expand Down
2 changes: 1 addition & 1 deletion components/component_updater/component_updater_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/compiler_specific.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop_proxy.h"
Expand Down
2 changes: 1 addition & 1 deletion components/component_updater/component_updater_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include <cmath>

#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/guid.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_piece.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// found in the LICENSE file.

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/location.h"
#include "base/message_loop/message_loop_proxy.h"
#include "base/sequenced_task_runner.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "components/component_updater/test/url_request_post_interceptor.h"

#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/stringprintf.h"
#include "components/component_updater/test/test_configurator.h"
Expand Down
2 changes: 1 addition & 1 deletion components/crash/app/breakpad_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include "base/command_line.h"
#include "base/debug/crash_logging.h"
#include "base/debug/dump_without_crashing.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#import "base/logging.h"
#include "base/mac/bundle_locations.h"
#include "base/mac/mac_util.h"
Expand Down
2 changes: 1 addition & 1 deletion components/crash/browser/crash_dump_manager_android.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "components/crash/browser/crash_dump_manager_android.h"

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/format_macros.h"
#include "base/logging.h"
#include "base/posix/global_descriptors.h"
Expand Down
2 changes: 1 addition & 1 deletion components/crash/browser/crash_handler_host_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/format_macros.h"
#include "base/linux_util.h"
Expand Down
2 changes: 1 addition & 1 deletion components/crash/tools/crash_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <map>

#include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/win/windows_version.h"
#include "breakpad/src/client/windows/crash_generation/client_info.h"
Expand Down
2 changes: 1 addition & 1 deletion components/cronet/android/url_request_context_adapter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "components/cronet/android/url_request_context_adapter.h"

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/single_thread_task_runner.h"
#include "components/cronet/url_request_context_config.h"
#include "net/base/net_errors.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "components/dom_distiller/core/dom_distiller_store.h"

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
Expand Down
2 changes: 1 addition & 1 deletion components/feedback/feedback_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <map>
#include <string>

#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
Expand Down
2 changes: 1 addition & 1 deletion components/feedback/feedback_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "components/feedback/feedback_data.h"

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/json/json_string_value_serializer.h"
#include "base/memory/ref_counted_memory.h"
#include "base/strings/string_util.h"
Expand Down
2 changes: 1 addition & 1 deletion components/feedback/feedback_report.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#include "components/feedback/feedback_report.h"

#include "base/file_util.h"
#include "base/files/file.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_util.h"
#include "base/files/important_file_writer.h"
#include "base/guid.h"
#include "base/sequenced_task_runner.h"
Expand Down
2 changes: 1 addition & 1 deletion components/feedback/feedback_uploader.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <string>

#include "base/basictypes.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/sequenced_worker_pool.h"
Expand Down
2 changes: 1 addition & 1 deletion components/feedback/feedback_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <string>

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "components/feedback/feedback_data.h"
#include "components/feedback/feedback_uploader.h"
#include "components/feedback/feedback_uploader_factory.h"
Expand Down
2 changes: 1 addition & 1 deletion components/feedback/tracing_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "components/feedback/tracing_manager.h"

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/location.h"
#include "base/memory/ref_counted_memory.h"
#include "base/message_loop/message_loop_proxy.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <limits>

#include "base/base_paths.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/json/json_file_value_serializer.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#ifndef NDEBUG
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_util.h"

// Dumps dependency information about our browser context keyed services
// into a dot file in the browser context directory.
Expand Down
2 changes: 1 addition & 1 deletion components/leveldb_proto/leveldb_database.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <string>
#include <vector>

#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/thread_checker.h"
#include "third_party/leveldatabase/src/include/leveldb/db.h"
Expand Down
2 changes: 1 addition & 1 deletion components/leveldb_proto/proto_database_impl_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <map>

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/run_loop.h"
#include "base/threading/thread.h"
Expand Down
2 changes: 1 addition & 1 deletion components/metrics/serialization/serialization_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include <string>
#include <vector>

#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "components/metrics/serialization/serialization_utils.h"

#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"
Expand Down
2 changes: 1 addition & 1 deletion components/nacl/browser/nacl_browser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "components/nacl/browser/nacl_browser.h"

#include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_proxy.h"
#include "base/files/file_util.h"
#include "base/message_loop/message_loop.h"
#include "base/metrics/histogram.h"
#include "base/path_service.h"
Expand Down
2 changes: 1 addition & 1 deletion components/nacl/browser/nacl_file_host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#include "components/nacl/browser/nacl_file_host.h"

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/path_service.h"
#include "base/strings/utf_string_conversions.h"
#include "base/threading/sequenced_worker_pool.h"
Expand Down
2 changes: 1 addition & 1 deletion components/nacl/browser/nacl_process_host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/base_switches.h"
#include "base/bind.h"
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/message_loop/message_loop.h"
#include "base/metrics/histogram.h"
#include "base/path_service.h"
Expand Down
2 changes: 1 addition & 1 deletion components/nacl/browser/pnacl_host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/task_runner_util.h"
#include "base/threading/sequenced_worker_pool.h"
Expand Down
2 changes: 1 addition & 1 deletion components/nacl/common/nacl_paths.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "components/nacl/common/nacl_paths.h"

#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/path_service.h"

namespace {
Expand Down
2 changes: 1 addition & 1 deletion components/ownership/owner_key_util_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <limits>

#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "crypto/rsa_private_key.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "components/password_manager/core/browser/login_database.h"

#include "base/basictypes.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/scoped_vector.h"
#include "base/path_service.h"
Expand Down
2 changes: 1 addition & 1 deletion components/policy/core/common/cloud/resource_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#include "base/base64.h"
#include "base/callback.h"
#include "base/file_util.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/numerics/safe_conversions.h"
#include "base/sequenced_task_runner.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "components/policy/core/common/cloud/user_cloud_policy_store.h"

#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/location.h"
#include "base/metrics/histogram.h"
#include "base/task_runner_util.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "components/policy/core/common/cloud/user_cloud_policy_store.h"

#include "base/file_util.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/message_loop/message_loop.h"
#include "base/message_loop/message_loop_proxy.h"
Expand Down
Loading

0 comments on commit 819adcc

Please sign in to comment.