Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Aug 18, 2021
1 parent 23d8d7c commit cb97858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromium_src/ui/views/controls/focus_ring.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include "base/no_destructor.h"
// include this header so that setStyle redefine doesn't flow to cc::PaintFlags
#include "cc/paint/paint_flags.h"
#include "ui/gfx/skia_util.h"
#include "ui/gfx/color_palette.h"
#include "ui/gfx/skia_util.h"

// include header first so that GetNativeTheme redefine doesn't flow to View
#include "ui/views/controls/focus_ring.h"
Expand Down

0 comments on commit cb97858

Please sign in to comment.