Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "using namespace" dep in ubs/admin_api/policy_engine/internal/…
…auth/UBSPolicyAclCheckerSet.h + 5 Summary: The files modified in this diff rely on `using namespace` in the global namespace. In this diff we break that reliance by adding appropriate namespace qualifiers. Landing this diff helps us onboard our code to the `-Wheader-hygiene` warning flag. D54681732 aggregates many of these files and D54681798 removes the associated headers; however, I have broken D54681732 up to make landing and rollbacks safer. Reviewed By: palmje Differential Revision: D54692601 fbshipit-source-id: dbd641443317e31e11902fd45d9bddcfa7c086d5
- Loading branch information