Skip to content

Commit

Permalink
Enable -Wheader-hygiene for proxygen/PACKAGE +1
Browse files Browse the repository at this point in the history
Summary:
Per title

#buildmore - Be thorough

#buildsonlynotests - No runtime effects!

 - If you approve of this diff, please use the "Accept & Ship" button

no-ig-test - Doesn't require Instagram testing.

(1 file modified.)

Reviewed By: dmm-fb

Differential Revision: D56538953

fbshipit-source-id: d9cadf63b7c257fd801e92f60437459c44d47451
  • Loading branch information
r-barnes authored and facebook-github-bot committed Aug 22, 2024
1 parent 24e55cd commit b7236d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions proxygen/lib/stats/test/PeriodicStatsTestHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
#include <folly/portability/GTest.h>
#include <folly/synchronization/Baton.h>

using namespace proxygen;

template <class T>
class PeriodicStatsTestHelper {
public:
PeriodicStatsTestHelper(PeriodicStats<T>* psUT) {
PeriodicStatsTestHelper(proxygen::PeriodicStats<T>* psUT) {
psUT_ = psUT;

std::function<void()> refreshCb(
Expand Down Expand Up @@ -64,5 +62,5 @@ class PeriodicStatsTestHelper {
std::atomic<folly::Baton<>*> updateCachedDataBaton_{nullptr};

// Wrapped PeriodicStats insance under test.
PeriodicStats<T>* psUT_;
proxygen::PeriodicStats<T>* psUT_;
};

0 comments on commit b7236d6

Please sign in to comment.