| Index: Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| diff --git a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| index 65b9ba3f2841b7fbb3a595c80b144f09f6240fe4..775597fd3bb19c7a9c4c32dc33c44b3a0fcf4705 100644
|
| --- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| +++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
| @@ -9,6 +9,7 @@ found in the LICENSE file.
|
|
|
| <link rel="import" href="../bower_components/core-animated-pages/core-animated-pages.html">
|
| <link rel="import" href="../bower_components/core-animated-pages/transitions/slide-from-right.html">
|
| +<link rel="import" href="../lib/analytics.html">
|
| <link rel="import" href="../lib/ct-scheduled-updater.html">
|
| <link rel="import" href="../model/ct-commit-log.html">
|
| <link rel="import" href="../model/ct-failures.html">
|
| @@ -101,6 +102,7 @@ found in the LICENSE file.
|
| this.commitLog = new CTCommitLog();
|
| this.failures = new CTFailures(this.commitLog);
|
| this._updater = new CTScheduledUpdater(this.update.bind(this), kUpdateFrequency);
|
| + this._analytics = new Analytics('UA-55762617-1');
|
| },
|
|
|
| ready: function() {
|
|
|