Commit d8951cce authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

Remove self included headers

I found this while looking at the #include dependency graph for
browser_tests. I would guess these all got added when they got
de-virtualized; https://crrev.com/c/854747 was one such CL, and
it looks like they copy pasted a lot of the code, which probably
meant the self includes were accidentally added.

Change-Id: Ib0556461c118ce2d3698953955735391484616b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090911Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747597}
parent 46008e3e
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <vector> #include <vector>
#include "ash/public/cpp/ash_public_export.h" #include "ash/public/cpp/ash_public_export.h"
#include "ash/public/cpp/session/user_info.h"
#include "base/optional.h" #include "base/optional.h"
#include "base/token.h" #include "base/token.h"
#include "components/account_id/account_id.h" #include "components/account_id/account_id.h"
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "chrome/browser/ui/views/tabs/tab_drag_context.h" #include "chrome/browser/ui/views/tabs/tab_drag_context.h"
#include "chrome/browser/ui/views/tabs/tab_group_header.h" #include "chrome/browser/ui/views/tabs/tab_group_header.h"
#include "chrome/browser/ui/views/tabs/tab_group_views.h" #include "chrome/browser/ui/views/tabs/tab_group_views.h"
#include "chrome/browser/ui/views/tabs/tab_strip.h"
#include "components/tab_groups/tab_group_visual_data.h" #include "components/tab_groups/tab_group_visual_data.h"
#include "ui/base/material_design/material_design_controller.h" #include "ui/base/material_design/material_design_controller.h"
#include "ui/base/material_design/material_design_controller_observer.h" #include "ui/base/material_design/material_design_controller_observer.h"
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "base/timer/timer.h" #include "base/timer/timer.h"
#include "components/cast_channel/cast_auth_util.h" #include "components/cast_channel/cast_auth_util.h"
#include "components/cast_channel/cast_channel_enum.h" #include "components/cast_channel/cast_channel_enum.h"
#include "components/cast_channel/cast_socket.h"
#include "components/cast_channel/cast_transport.h" #include "components/cast_channel/cast_transport.h"
#include "mojo/public/cpp/bindings/remote.h" #include "mojo/public/cpp/bindings/remote.h"
#include "net/base/completion_once_callback.h" #include "net/base/completion_once_callback.h"
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include "base/macros.h" #include "base/macros.h"
#include "base/strings/string16.h" #include "base/strings/string16.h"
#include "base/util/type_safety/strong_alias.h" #include "base/util/type_safety/strong_alias.h"
#include "components/password_manager/core/browser/leak_detection_dialog_utils.h"
#include "components/password_manager/core/browser/password_manager_metrics_util.h" #include "components/password_manager/core/browser/password_manager_metrics_util.h"
#include "ui/gfx/range/range.h" #include "ui/gfx/range/range.h"
#include "url/gurl.h" #include "url/gurl.h"
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include "ui/views/animation/scroll_animator.h" #include "ui/views/animation/scroll_animator.h"
#include "ui/views/context_menu_controller.h" #include "ui/views/context_menu_controller.h"
#include "ui/views/controls/button/image_button.h" #include "ui/views/controls/button/image_button.h"
#include "ui/views/controls/scrollbar/scroll_bar.h"
#include "ui/views/repeat_controller.h" #include "ui/views/repeat_controller.h"
#include "ui/views/view.h" #include "ui/views/view.h"
#include "ui/views/views_export.h" #include "ui/views/views_export.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