Uprev libchrome to r576279 (1/multiple)
* StatisticsRecorder no longer need call to Initialize()
* tracked_objects::Location -> base::Location
* base::*ToString replaced with base::NumberToString
Test: compilation
Change-Id: I5f912bd15f7cb26df3edc1ad7f4479122ffb6d7a
Merged-In: I5f912bd15f7cb26df3edc1ad7f4479122ffb6d7a
diff --git a/common_service.cc b/common_service.cc
index 2fdd700..c88d940 100644
--- a/common_service.cc
+++ b/common_service.cc
@@ -49,7 +49,7 @@
namespace {
// Log and set the error on the passed ErrorPtr.
void LogAndSetError(ErrorPtr* error,
- const tracked_objects::Location& location,
+ const base::Location& location,
const string& reason) {
brillo::Error::AddTo(error,
location,