summaryrefslogtreecommitdiff
path: root/components/policy/core/common/policy_statistics_collector_unittest.cc
AgeCommit message (Expand)Author
2020-06-05[clang-tidy] Readability fixes for src/components/[m-p].*Zinovy Nis
2020-06-05policy: Replace base::MakeUnique with std::make_uniqueJinho Bang
2020-06-05Remove base::FundamentalValuejdoerrie
2020-06-05Include-what-you-use for WrapUnique/MakeUnique.fdoray
2020-06-05Replace TestSimpleTaskRunner::GetPendingTasks with TakePendingTaskstzik
2020-06-05Use TestSimpleTaskRunner::HasPendingTask instead of GetPendingTasks().empty()tzik
2020-06-05Make TestSimpleTaskRunner thread-safe.fdoray
2020-06-05Re-write many calls to WrapUnique() with MakeUnique()ricea
2020-06-05Use std::unique_ptr to express ownership of base::Value in PolicyMap::Entrydcheng
2020-06-05Convert //components/policy from scoped_ptr to std::unique_ptrdcheng
2020-06-05Update components for new prefs location.brettw
2020-06-04Add source column to chrome://policy showing the origins of policies.fhorschig
2020-06-04Revert of Add source column to chrome://policy showing the origins of policie...dgrogan
2020-06-04Add source column to chrome://policy showing the origins of policies.fhorschig
2020-06-04Revert of Add source column to chrome://policy showing the origins of policie...jochen
2020-06-04Add source column to chrome://policy showing the origins of policies.fhorschig
2020-06-04Standardize usage of virtual/override/final specifiers.dcheng
2020-06-04replace OVERRIDE and FINAL with override and final in components/mostynb
2020-06-04Eliminate CreateBooleanValue from test filesestade@chromium.org
2020-06-04Move policy code into components/policy.joaodasilva@chromium.org