Do IWYU for base/format_macros.h.
Files that use PRIuS should include base/format_macros.h. Change-Id: I7da9a5e0125f135cc293bee9194b7befeb25cc3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2851846 Reviewed-by: Peter Kasting <pkasting@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Owners-Override: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#876630}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
d6533a2459
commit
099ef88ed2
chrome/browser/extensions/api/tabs
components/viz/service/display
content/browser/web_package
extensions/browser/api/declarative_net_request
ios/chrome/browser/ui/bookmarks
services/network/public/cpp/server
ui/views
@ -10,6 +10,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "apps/test/app_window_waiter.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/strings/pattern.h"
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "base/stl_util.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/no_destructor.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/run_loop.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/optional.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/run_loop.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/task/post_task.h"
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#import "ios/chrome/browser/ui/bookmarks/bookmark_earl_grey_app_interface.h"
|
||||
|
||||
#include "base/format_macros.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#import "base/test/ios/wait_util.h"
|
||||
#include "components/bookmarks/browser/bookmark_model.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include "base/auto_reset.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/format_macros.h"
|
||||
#include "base/location.h"
|
||||
#include "base/run_loop.h"
|
||||
#include "base/stl_util.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/format_macros.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "build/build_config.h"
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include "base/format_macros.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
#include "ui/views/controls/button/label_button.h"
|
||||
|
Reference in New Issue
Block a user