Commit 8643f33f authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

Remove trailing includes in frame_caption_button_container_view.cc

This is (a drive by CL) part of effort to reduce the dependency of
/caption_buttons/ on other parts of //ash/public/cpp/. It also
removes some trailing tablet_mode.h includes from //chrome as well.

BUG=1113900
R=sky@chromium.org
TBR=alemate@chromium.org

Change-Id: Ied7a7395ce7ad103fd3ba42282dd55ca1913cc60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431727
Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811056}
parent 92544dcf
......@@ -10,9 +10,7 @@
#include "ash/public/cpp/caption_buttons/caption_button_model.h"
#include "ash/public/cpp/caption_buttons/frame_size_button.h"
#include "ash/public/cpp/caption_buttons/snap_controller.h"
#include "ash/public/cpp/gesture_action_type.h"
#include "ash/public/cpp/tablet_mode.h"
#include "ash/public/cpp/window_properties.h"
#include "base/metrics/histogram_macros.h"
#include "base/metrics/user_metrics.h"
#include "base/numerics/ranges.h"
......
......@@ -11,7 +11,6 @@
#include "ash/public/cpp/ash_features.h"
#include "ash/public/cpp/ash_pref_names.h"
#include "ash/public/cpp/login_screen.h"
#include "ash/public/cpp/tablet_mode.h"
#include "base/bind.h"
#include "base/command_line.h"
#include "base/logging.h"
......
......@@ -15,7 +15,6 @@
#include <vector>
#include "ash/public/cpp/ash_switches.h"
#include "ash/public/cpp/tablet_mode.h"
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/command_line.h"
......
......@@ -7,7 +7,6 @@
#include <memory>
#include <vector>
#include "ash/public/cpp/tablet_mode.h"
#include "ash/public/cpp/test/shell_test_api.h"
#include "chrome/browser/ui/app_list/search/chrome_search_result.h"
#include "chrome/browser/ui/app_list/test/test_app_list_controller_delegate.h"
......
......@@ -14,7 +14,6 @@
#include "ash/public/cpp/shelf_item_delegate.h"
#include "ash/public/cpp/shelf_model.h"
#include "ash/public/cpp/shelf_test_api.h"
#include "ash/public/cpp/tablet_mode.h"
#include "ash/public/cpp/window_properties.h"
#include "ash/root_window_controller.h"
#include "ash/shelf/shelf.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