Fix some out of order base/memory/raw_ptr.h includes.
The automated raw_ptr rewrite in https://crrev.com/945735 occasionally put base/memory/raw_ptr.h in the wrong spot. Fix some instances of this. Change-Id: I2de43ce12fb1983e6e2422b79059566c53774934 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3413717 Reviewed-by: Keishi Hattori <keishi@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Owners-Override: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/main@{#963295}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
de634bf1ab
commit
2bb13b67d2
chrome
browser
enterprise
connectors
file_system
media
password_manager
ui
views
common
extensions
components/signin/public/identity_manager
content
browser
web_test
device/fido/cable
services
network
resource_coordinator
public
cpp
memory_instrumentation
weblayer/browser
@ -2,10 +2,10 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "chrome/browser/enterprise/connectors/file_system/browsertest_helper.h"
|
||||
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/process/launch.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "chrome/browser/media/webrtc/webrtc_event_log_uploader.h"
|
||||
|
||||
#include <memory>
|
||||
@ -12,6 +11,7 @@
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/password_manager/password_manager_test_base.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@ -12,6 +11,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
|
@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/ui/views/web_apps/web_app_integration_test_driver.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
|
||||
#include <ostream>
|
||||
|
||||
@ -13,6 +12,7 @@
|
||||
#include "base/containers/flat_map.h"
|
||||
#include "base/files/file_enumerator.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/strings/pattern.h"
|
||||
#include "base/strings/string_split.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "extensions/common/extension_api.h"
|
||||
|
||||
#include <stddef.h>
|
||||
@ -15,6 +14,7 @@
|
||||
#include "base/cxx17_backports.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
|
@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "components/signin/public/identity_manager/identity_test_environment.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
@ -13,6 +12,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -2,9 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "content/browser/back_forward_cache_browsertest.h"
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/metrics/metrics_hashes.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "base/test/test_mock_time_task_runner.h"
|
||||
|
@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "content/web_test/browser/web_test_background_fetch_delegate.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
@ -12,6 +11,7 @@
|
||||
#include "base/callback.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "components/download/content/factory/download_service_factory_helper.h"
|
||||
|
@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "device/fido/cable/v2_test_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -12,6 +11,7 @@
|
||||
#include "base/callback.h"
|
||||
#include "base/check.h"
|
||||
#include "base/containers/contains.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
|
@ -2,8 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include <limits>
|
||||
#include <list>
|
||||
@ -18,6 +17,7 @@
|
||||
#include "base/files/file.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/metrics/statistics_recorder.h"
|
||||
|
@ -2,15 +2,15 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "services/resource_coordinator/public/cpp/memory_instrumentation/client_process_impl.h"
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/memory/ref_counted_memory.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/task/single_thread_task_runner.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "base/test/test_io_thread.h"
|
||||
#include "base/test/trace_event_analyzer.h"
|
||||
#include "base/threading/sequenced_task_runner_handle.h"
|
||||
|
@ -2,12 +2,12 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "weblayer/test/weblayer_browser_test.h"
|
||||
|
||||
#include "base/callback.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/bind.h"
|
||||
|
Reference in New Issue
Block a user