aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/errors/error_codes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/errors/error_codes.cc')
-rw-r--r--brillo/errors/error_codes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/errors/error_codes.cc b/brillo/errors/error_codes.cc
index 4e48b4e..6f60011 100644
--- a/brillo/errors/error_codes.cc
+++ b/brillo/errors/error_codes.cc
@@ -206,7 +206,7 @@ std::string ErrorCodeFromSystemError(int errnum) {
} // anonymous namespace
void AddSystemError(ErrorPtr* error,
- const tracked_objects::Location& location,
+ const base::Location& location,
int errnum) {
std::string message = base::safe_strerror(errnum);
std::string code = ErrorCodeFromSystemError(errnum);