Upgraded the rest of Time.
Change-Id: I0ee083837e51d8f74a798b7ba14a3b6bb3859f35
diff --git a/y2015/http_status/http_status.h b/y2015/http_status/http_status.h
index b7b3b4c..7e6383f 100644
--- a/y2015/http_status/http_status.h
+++ b/y2015/http_status/http_status.h
@@ -55,7 +55,7 @@
// Vectors of vectors to store samples at indexes determined by GetIndex.
::std::vector<::std::string> data_names_;
::std::vector<::std::vector<double>> data_values_;
- ::std::vector<::aos::time::Time> sample_times_;
+ ::std::vector<::aos::monotonic_clock::time_point> sample_times_;
int32_t sample_id_; // Last sample id used.
int32_t measure_index_; // Last measure index used.