| Index: tracing/tracing/model/counter_sample.html
 | 
| diff --git a/tracing/tracing/model/counter_sample.html b/tracing/tracing/model/counter_sample.html
 | 
| index e01cb4f24c9e2a7fea66304fcddcc7092d99d2d5..624530b937999277480c595d86595f208a4dce10 100644
 | 
| --- a/tracing/tracing/model/counter_sample.html
 | 
| +++ b/tracing/tracing/model/counter_sample.html
 | 
| @@ -6,7 +6,7 @@ found in the LICENSE file.
 | 
|  -->
 | 
|  
 | 
|  <link rel="import" href="/tracing/base/iteration_helpers.html">
 | 
| -<link rel="import" href="/tracing/base/sorted_array_utils.html">
 | 
| +<link rel="import" href="/tracing/base/math/sorted_array_utils.html">
 | 
|  <link rel="import" href="/tracing/base/unit.html">
 | 
|  <link rel="import" href="/tracing/model/event.html">
 | 
|  <link rel="import" href="/tracing/model/event_registry.html">
 | 
| @@ -75,7 +75,7 @@ tr.exportTo('tr.model', function() {
 | 
|      },
 | 
|  
 | 
|      getSampleIndex: function() {
 | 
| -      return tr.b.findLowIndexInSortedArray(
 | 
| +      return tr.b.math.findLowIndexInSortedArray(
 | 
|            this.series.timestamps,
 | 
|            function(x) { return x; },
 | 
|            this.timestamp_);
 | 
| 
 |