aboutsummaryrefslogtreecommitdiff
path: root/brillo/dbus/dbus_method_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/dbus/dbus_method_response.cc')
-rw-r--r--brillo/dbus/dbus_method_response.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/dbus/dbus_method_response.cc b/brillo/dbus/dbus_method_response.cc
index 265f9f3..871c0ed 100644
--- a/brillo/dbus/dbus_method_response.cc
+++ b/brillo/dbus/dbus_method_response.cc
@@ -28,7 +28,7 @@ void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) {
}
void DBusMethodResponseBase::ReplyWithError(
- const tracked_objects::Location& location,
+ const base::Location& location,
const std::string& error_domain,
const std::string& error_code,
const std::string& error_message) {