Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: tools/telemetry/telemetry/web_components/results_viewer.html

Issue 669153009: Sync Telemetry to trace-viewer changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | tools/telemetry/telemetry/web_components/results_viewer_unittest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/web_components/results_viewer.html
diff --git a/tools/telemetry/telemetry/web_components/results_viewer.html b/tools/telemetry/telemetry/web_components/results_viewer.html
index 04807bd5ff4a0cf1c5b4bd5c45f8e57e2f93323e..62ce2d9c04c740b2bfe540bc95a42e511fb02601 100644
--- a/tools/telemetry/telemetry/web_components/results_viewer.html
+++ b/tools/telemetry/telemetry/web_components/results_viewer.html
@@ -4,15 +4,15 @@ Copyright 2014 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="/tvcm/ui.html">
+<link rel="import" href="/base/ui.html">
<script>
'use strict';
-tvcm.exportTo('telemetry.web_components', function() {
+tv.exportTo('telemetry.web_components', function() {
/**
* @constructor
*/
- var ResultsViewer = tvcm.ui.define('x-results-viewer');
+ var ResultsViewer = tv.ui.define('x-results-viewer');
ResultsViewer.prototype = {
__proto__: HTMLUnknownElement.prototype,
« no previous file with comments | « DEPS ('k') | tools/telemetry/telemetry/web_components/results_viewer_unittest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698