aboutsummaryrefslogtreecommitdiff
path: root/absl/strings/internal/cordz_functions.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2022-08-31 10:39:21 -0700
committerCopybara-Service <copybara-worker@google.com>2022-08-31 10:40:23 -0700
commit72ec15a317a74cccf03a62f749f3ab28206be069 (patch)
tree4389f6e49287c9e738d7580b4a851958a3283d34 /absl/strings/internal/cordz_functions.h
parent78f885642a9458100274cac89aff1d12a1897b53 (diff)
downloadabseil-72ec15a317a74cccf03a62f749f3ab28206be069.tar.gz
abseil-72ec15a317a74cccf03a62f749f3ab28206be069.tar.bz2
abseil-72ec15a317a74cccf03a62f749f3ab28206be069.zip
Fixed header guards to match style guide conventions.
PiperOrigin-RevId: 471292183 Change-Id: Ic124d671dd3b0ae819f741885abb046cbf7e1add
Diffstat (limited to 'absl/strings/internal/cordz_functions.h')
-rw-r--r--absl/strings/internal/cordz_functions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/absl/strings/internal/cordz_functions.h b/absl/strings/internal/cordz_functions.h
index c9ba1450..93f46ec6 100644
--- a/absl/strings/internal/cordz_functions.h
+++ b/absl/strings/internal/cordz_functions.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef ABSL_STRINGS_CORDZ_FUNCTIONS_H_
-#define ABSL_STRINGS_CORDZ_FUNCTIONS_H_
+#ifndef ABSL_STRINGS_INTERNAL_CORDZ_FUNCTIONS_H_
+#define ABSL_STRINGS_INTERNAL_CORDZ_FUNCTIONS_H_
#include <stdint.h>
@@ -82,4 +82,4 @@ inline void cordz_set_next_sample_for_testing(int64_t) {}
ABSL_NAMESPACE_END
} // namespace absl
-#endif // ABSL_STRINGS_CORDZ_FUNCTIONS_H_
+#endif // ABSL_STRINGS_INTERNAL_CORDZ_FUNCTIONS_H_