Skip to content

Commit

Permalink
Explicitly included utf_string_conversions.h
Browse files Browse the repository at this point in the history
Otherwise it doesn't see base::UTF16ToUTF8.
  • Loading branch information
samartnik authored and cdesouza-chromium committed Feb 27, 2024
1 parent 77144e4 commit c69ecf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "base/no_destructor.h"
#include "base/strings/pattern.h"
#include "base/strings/strcat.h"
#include "base/strings/utf_string_conversions.h"
#include "base/test/bind.h"
#include "base/test/scoped_run_loop_timeout.h"
#include "brave/browser/brave_wallet/asset_ratio_service_factory.h"
Expand Down

0 comments on commit c69ecf9

Please sign in to comment.