aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/dbus/dbus_object_test_helpers.h
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-27 09:53:05 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-27 11:27:05 -0700
commitfed60b0c640828b320f56293c8bebc43fd2b1da8 (patch)
tree572599b7517c31e69aff7db203b6fe375c3428a9 /brillo/dbus/dbus_object_test_helpers.h
parent2df11639dd1dcfd9adca54235255d14249fe51fd (diff)
downloadplatform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.tar.gz
platform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.tar.bz2
platform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.zip
Rename "libchromeos" into "libbrillo"
Renamed libchromeos[-.*] libraries into libbrillo-... BUG: 24872993 Change-Id: Ibab1623b6a08a55cae3662e941d0d6644ff14df4
Diffstat (limited to 'brillo/dbus/dbus_object_test_helpers.h')
-rw-r--r--brillo/dbus/dbus_object_test_helpers.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/brillo/dbus/dbus_object_test_helpers.h b/brillo/dbus/dbus_object_test_helpers.h
index 6b90c5a..43c053a 100644
--- a/brillo/dbus/dbus_object_test_helpers.h
+++ b/brillo/dbus/dbus_object_test_helpers.h
@@ -9,8 +9,8 @@
// still use DBusMethodResponse to send back the method results).
// This file provide testing-only helpers to make calling D-Bus method handlers
// easier.
-#ifndef LIBCHROMEOS_BRILLO_DBUS_DBUS_OBJECT_TEST_HELPERS_H_
-#define LIBCHROMEOS_BRILLO_DBUS_DBUS_OBJECT_TEST_HELPERS_H_
+#ifndef LIBBRILLO_BRILLO_DBUS_DBUS_OBJECT_TEST_HELPERS_H_
+#define LIBBRILLO_BRILLO_DBUS_DBUS_OBJECT_TEST_HELPERS_H_
#include <base/bind.h>
#include <base/memory/weak_ptr.h>
@@ -49,7 +49,7 @@ struct ResponseHolder final : public base::SupportsWeakPtr<ResponseHolder> {
// Dispatches a D-Bus method call to the corresponding handler.
// Used mostly for testing purposes. This method is inlined so that it is
-// not included in the shipping code of libchromeos, and included at the
+// not included in the shipping code of libbrillo, and included at the
// call sites. Returns a response from the method handler or nullptr if the
// method hasn't provided the response message immediately
// (i.e. it is asynchronous).
@@ -140,4 +140,4 @@ struct MethodHandlerInvoker<void> {
} // namespace dbus_utils
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_DBUS_DBUS_OBJECT_TEST_HELPERS_H_
+#endif // LIBBRILLO_BRILLO_DBUS_DBUS_OBJECT_TEST_HELPERS_H_