Skip to content

Commit

Permalink
Fixed Android build around GetWalletDataFilesComponentId
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash authored and yrliou committed Oct 30, 2023
1 parent a2a11ad commit 4e433ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "base/functional/bind.h"
#include "base/task/sequenced_task_runner.h"
#include "brave/build/android/jni_headers/WalletDataFilesInstaller_jni.h"
#include "brave/components/brave_wallet/browser/wallet_data_files_installer.h"
#include "build/build_config.h"
#include "chrome/browser/browser_process.h"
#include "components/component_updater/component_updater_service.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace brave_wallet {

absl::optional<base::Version> GetLastInstalledWalletVersion();
void SetLastInstalledWalletVersionForTest(const base::Version& version);
std::string GetWalletDataFilesComponentId();

class WalletDataFilesInstaller
: public component_updater::ComponentUpdateService::Observer {
Expand Down

0 comments on commit 4e433ef

Please sign in to comment.