Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705804412
Change-Id: Ibd27d6543dd2b2561122fb405c82b37ff0da5cef
  • Loading branch information
TCMalloc Team authored and copybara-github committed Dec 13, 2024
1 parent 3808cd3 commit dda53ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tcmalloc/internal/mismatched_delete_state.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_MISMATCHED_DELETE_STATE_H_
#define TCMALLOC_MISMATCHED_DELETE_STATE_H_
#ifndef TCMALLOC_INTERNAL_MISMATCHED_DELETE_STATE_H_
#define TCMALLOC_INTERNAL_MISMATCHED_DELETE_STATE_H_

#include <algorithm>
#include <cstddef>
Expand Down Expand Up @@ -104,4 +104,4 @@ class MismatchedDeleteState {
} // namespace tcmalloc
GOOGLE_MALLOC_SECTION_END

#endif // TCMALLOC_MISMATCHED_DELETE_STATE_H_
#endif // TCMALLOC_INTERNAL_MISMATCHED_DELETE_STATE_H_

0 comments on commit dda53ae

Please sign in to comment.