Index: src/platform/update_engine/omaha_request_prep_action.h |
diff --git a/src/platform/update_engine/omaha_request_prep_action.h b/src/platform/update_engine/omaha_request_prep_action.h |
index ca7fd178a53fc8b14eedeb3702c2e61de689d91a..cb82a9f3065b97e337239f612e8b1210b7bc1f9f 100644 |
--- a/src/platform/update_engine/omaha_request_prep_action.h |
+++ b/src/platform/update_engine/omaha_request_prep_action.h |
@@ -49,7 +49,7 @@ class OmahaRequestPrepAction : public Action<OmahaRequestPrepAction> { |
private: |
// Gets a machine-local ID (for now, first MAC address we find) |
- std::string GetMachineId() const; |
+ bool GetMachineId(std::string* out_id) const; |
// Fetches the value for a given key from |
// /mnt/stateful_partition/etc/lsb-release if possible. Failing that, |