summaryrefslogtreecommitdiff
path: root/brillo/make_unique_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/make_unique_ptr.h')
-rw-r--r--brillo/make_unique_ptr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/brillo/make_unique_ptr.h b/brillo/make_unique_ptr.h
index 35b135e..89f56e6 100644
--- a/brillo/make_unique_ptr.h
+++ b/brillo/make_unique_ptr.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_MAKE_UNIQUE_PTR_H_
-#define LIBCHROMEOS_BRILLO_MAKE_UNIQUE_PTR_H_
+#ifndef LIBBRILLO_BRILLO_MAKE_UNIQUE_PTR_H_
+#define LIBBRILLO_BRILLO_MAKE_UNIQUE_PTR_H_
#include <memory>
@@ -22,4 +22,4 @@ std::unique_ptr<T> make_unique_ptr(T* ptr) {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_MAKE_UNIQUE_PTR_H_
+#endif // LIBBRILLO_BRILLO_MAKE_UNIQUE_PTR_H_