| Index: tracing/tracing/value/diagnostics/histogram_ref.html
|
| diff --git a/tracing/tracing/value/diagnostics/histogram_ref.html b/tracing/tracing/value/diagnostics/histogram_ref.html
|
| deleted file mode 100644
|
| index bfaa34b95a81aa512de5e2da4f7bdefb799ae693..0000000000000000000000000000000000000000
|
| --- a/tracing/tracing/value/diagnostics/histogram_ref.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<!--
|
| -Copyright 2016 The Chromium Authors. All rights reserved.
|
| -Use of this source code is governed by a BSD-style license that can be
|
| -found in the LICENSE file.
|
| --->
|
| -
|
| -<link rel="import" href="/tracing/base/base.html">
|
| -
|
| -<script>
|
| -'use strict';
|
| -
|
| -tr.exportTo('tr.v.d', function() {
|
| - /** @constructor */
|
| - function HistogramRef(guid) {
|
| - this.guid = guid;
|
| - }
|
| -
|
| - return {
|
| - HistogramRef
|
| - };
|
| -});
|
| -</script>
|
|
|