Commit c44d6679 authored by Bruce Dawson's avatar Bruce Dawson Committed by Commit Bot

Move #include to the correct section

CR fixes after crrev.com/c/846422

Bug: 796644
Change-Id: I3395664131d44ecf2108582b28d1cac52ae26b91
Reviewed-on: https://chromium-review.googlesource.com/849708Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#527101}
parent 7b2685b4
......@@ -14,6 +14,8 @@
#include "base/android/scoped_java_ref.h"
#elif defined(OS_MACOSX)
#include <objc/objc.h>
#elif defined(OS_WIN)
#include "base/win/windows_types.h"
#endif
// This file provides cross platform typedefs for native widget types.
......@@ -52,7 +54,6 @@ class Event;
#endif // defined(USE_AURA)
#if defined(OS_WIN)
#include "base/win/windows_types.h"
typedef struct HFONT__* HFONT;
struct IAccessible;
#elif defined(OS_IOS)
......
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