Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 507099991
Change-Id: I93ea57a3f79350351fab8e6fbcca2cd74275cf73
  • Loading branch information
TCMalloc Team authored and copybara-github committed Feb 4, 2023
1 parent ca4d7d4 commit e116a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tcmalloc/internal/stacktrace_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef TCMALLOC_STACKTRACE_FILTER_H_
#define TCMALLOC_STACKTRACE_FILTER_H_
#ifndef TCMALLOC_INTERNAL_STACKTRACE_FILTER_H_
#define TCMALLOC_INTERNAL_STACKTRACE_FILTER_H_

#include <atomic>

Expand Down Expand Up @@ -159,4 +159,4 @@ inline void StackTraceFilter::Add(const StackTrace& stacktrace) {
} // namespace tcmalloc_internal
} // namespace tcmalloc

#endif // TCMALLOC_STACKTRACE_FILTER_H_
#endif // TCMALLOC_INTERNAL_STACKTRACE_FILTER_H_

0 comments on commit e116a66

Please sign in to comment.