Skip to content

Commit

Permalink
fixed build & format
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts authored and SergeyZhukovsky committed Sep 21, 2023
1 parent feb1b88 commit 2cd7988
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
remove_mask |= BrowsingDataRemover::DATA_TYPE_DOWNLOADS; \
break;
#else // BUILDFLAG(ENABLE_AI_CHAT)
#define BRAVE_CLEAR_BROWSING_DATA \
remove_mask |= BrowsingDataRemover::DATA_TYPE_DOWNLOADS; \
break; \
case browsing_data::BrowsingDataType::BRAVE_AI_CHAT: \
remove_mask |= chrome_browsing_data_remover::DATA_TYPE_BRAVE_LEO_HISTORY; \
break;
#define BRAVE_CLEAR_BROWSING_DATA \
remove_mask |= BrowsingDataRemover::DATA_TYPE_DOWNLOADS; \
break; \
case browsing_data::BrowsingDataType::BRAVE_AI_CHAT: \
remove_mask |= chrome_browsing_data_remover::DATA_TYPE_BRAVE_LEO_HISTORY; \
break;
#endif // BUILDFLAG(ENABLE_AI_CHAT)

#include "src/chrome/browser/android/browsing_data/browsing_data_bridge.cc"
Expand Down

0 comments on commit 2cd7988

Please sign in to comment.