Skip to content

Commit

Permalink
FIXUP: small edits for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Nov 4, 2024
1 parent 9524469 commit 83b5438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions browser/ui/webui/brave_settings_ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "brave/components/ai_chat/core/common/features.h"
#include "brave/components/brave_sync/brave_sync_prefs.h"
#include "brave/components/brave_vpn/common/buildflags/buildflags.h"
#include "brave/components/brave_vpn/common/features.h"
#include "brave/components/brave_wallet/common/features.h"
#include "brave/components/commander/common/features.h"
#include "brave/components/commands/common/commands.mojom.h"
Expand Down
2 changes: 2 additions & 0 deletions components/sync/service/brave_sync_service_impl_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class BraveSyncServiceImplTest : public testing::Test {
raw_ptr<SyncServiceImplDelegateMock> sync_service_delegate_;
};

#if !BUILDFLAG(IS_ANDROID)
TEST_F(BraveSyncServiceImplTest, GroupPolicyOverride) {
pref_service()->SetManagedPref(brave_sync::kCustomSyncServiceUrl,
base::Value("https://sync.example.com/v2"));
Expand All @@ -184,6 +185,7 @@ TEST_F(BraveSyncServiceImplTest, GroupPolicyOverride) {
pref_service()->SetManagedPref(brave_sync::kCustomSyncServiceUrl,
base::Value(""));
}
#endif // !BUILDFLAG(IS_ANDROID)

TEST_F(BraveSyncServiceImplTest, GroupPolicyNonHttpsOverride) {
pref_service()->SetManagedPref(brave_sync::kCustomSyncServiceUrl,
Expand Down

0 comments on commit 83b5438

Please sign in to comment.