Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrim-brave committed Mar 24, 2022
1 parent 5c6798f commit 0badc4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "third_party/blink/renderer/core/execution_context/execution_context.h"

#include "base/command_line.h"
#include "base/containers/fixed_flat_set.h"
#include "base/sequence_checker.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
Expand Down
3 changes: 3 additions & 0 deletions third_party/blink/renderer/brave_font_whitelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#ifndef BRAVE_THIRD_PARTY_BLINK_RENDERER_BRAVE_FONT_WHITELIST_H_
#define BRAVE_THIRD_PARTY_BLINK_RENDERER_BRAVE_FONT_WHITELIST_H_

#include "base/containers/fixed_flat_set.h"
#include "base/strings/string_piece.h"

namespace brave {

#if BUILDFLAG(IS_MAC)
Expand Down

0 comments on commit 0badc4e

Please sign in to comment.