Skip to content

Commit

Permalink
fixup! Updated IsSystemLocationSettingEnabled()
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed May 7, 2024
1 parent e4ad5fa commit 98f92e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions browser/ui/geolocation/geolocation_utils_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include "brave/browser/ui/geolocation/geolocation_utils.h"

#include "base/functional/callback.h"

namespace geolocation {

void IsSystemLocationSettingEnabled(base::OnceCallback<void(bool)> callback) {}
Expand Down
2 changes: 2 additions & 0 deletions browser/ui/geolocation/geolocation_utils_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#include <utility>

#include "base/functional/callback.h"

namespace geolocation {

namespace {
Expand Down
4 changes: 2 additions & 2 deletions browser/ui/geolocation/geolocation_utils_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

#include "brave/browser/ui/geolocation/geolocation_utils.h"

#include <utility>

#include <windows.h>

#include <windows.devices.enumeration.h>
#include <windows.foundation.h>
#include <wrl/event.h>

#include <utility>

#include "base/functional/callback.h"
#include "base/logging.h"
#include "base/task/thread_pool.h"
Expand Down

0 comments on commit 98f92e0

Please sign in to comment.