summaryrefslogtreecommitdiff
path: root/brillo/dbus/data_serialization.h
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/dbus/data_serialization.h')
-rw-r--r--brillo/dbus/data_serialization.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/brillo/dbus/data_serialization.h b/brillo/dbus/data_serialization.h
index dbd96ac..3a3027e 100644
--- a/brillo/dbus/data_serialization.h
+++ b/brillo/dbus/data_serialization.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_DBUS_DATA_SERIALIZATION_H_
-#define LIBCHROMEOS_BRILLO_DBUS_DATA_SERIALIZATION_H_
+#ifndef LIBBRILLO_BRILLO_DBUS_DATA_SERIALIZATION_H_
+#define LIBBRILLO_BRILLO_DBUS_DATA_SERIALIZATION_H_
// The main functionality provided by this header file is methods to serialize
// native C++ data over D-Bus. This includes three major parts:
@@ -883,4 +883,4 @@ inline bool PopVariantValueFromReader(dbus::MessageReader* reader, Any* value) {
} // namespace dbus_utils
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_DBUS_DATA_SERIALIZATION_H_
+#endif // LIBBRILLO_BRILLO_DBUS_DATA_SERIALIZATION_H_