summaryrefslogtreecommitdiff
path: root/brillo/pointer_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/pointer_utils.h')
-rw-r--r--brillo/pointer_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/brillo/pointer_utils.h b/brillo/pointer_utils.h
index 1cee1f8..f688fa8 100644
--- a/brillo/pointer_utils.h
+++ b/brillo/pointer_utils.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef LIBCHROMEOS_BRILLO_POINTER_UTILS_H_
-#define LIBCHROMEOS_BRILLO_POINTER_UTILS_H_
+#ifndef LIBBRILLO_BRILLO_POINTER_UTILS_H_
+#define LIBBRILLO_BRILLO_POINTER_UTILS_H_
#include <cstdint>
#include <sys/types.h>
@@ -21,4 +21,4 @@ inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_POINTER_UTILS_H_
+#endif // LIBBRILLO_BRILLO_POINTER_UTILS_H_