Commit 0508bbaa authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

content: update include ordering

No functional changes, just fix ordering.

BUG=none
TEST=none
TBR=jam@chromium.org

Change-Id: I829b10760523f9e4d059912a769e9476417ae7f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790761Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694784}
parent 503f364d
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
#include "content/browser/renderer_host/render_widget_host_input_event_router.h" #include "content/browser/renderer_host/render_widget_host_input_event_router.h"
#include "content/browser/renderer_host/ui_events_helper.h" #include "content/browser/renderer_host/ui_events_helper.h"
#include "content/common/content_switches_internal.h" #include "content/common/content_switches_internal.h"
#include "content/public/android/content_jni_headers/RenderWidgetHostViewImpl_jni.h"
#include "content/public/browser/android/compositor.h" #include "content/public/browser/android/compositor.h"
#include "content/public/browser/android/synchronous_compositor_client.h" #include "content/public/browser/android/synchronous_compositor_client.h"
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
...@@ -76,7 +77,6 @@ ...@@ -76,7 +77,6 @@
#include "content/public/common/content_features.h" #include "content/public/common/content_features.h"
#include "content/public/common/content_switches.h" #include "content/public/common/content_switches.h"
#include "content/public/common/use_zoom_for_dsf_policy.h" #include "content/public/common/use_zoom_for_dsf_policy.h"
#include "content/public/android/content_jni_headers/RenderWidgetHostViewImpl_jni.h"
#include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkCanvas.h" #include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkColor.h" #include "third_party/skia/include/core/SkColor.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