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

Unified Diff: tracing/tracing/ui/analysis/stacked_pane.html

Issue 2246173002: Move AnalysisSubView to tr.ui.analysis namespace (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 4 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 | « tracing/tracing/ui/analysis/single_user_expectation_sub_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/analysis/stacked_pane.html
diff --git a/tracing/tracing/ui/analysis/stacked_pane.html b/tracing/tracing/ui/analysis/stacked_pane.html
index e6e0a8994065d64f3dd649707f3fcc12ae04bcc9..e25426802dea22b2a853815978ee4786c6018825 100644
--- a/tracing/tracing/ui/analysis/stacked_pane.html
+++ b/tracing/tracing/ui/analysis/stacked_pane.html
@@ -14,7 +14,7 @@ found in the LICENSE file.
<script>
'use strict';
-tr.exportTo('tr.ui.analysis.behaviors', function() {
+tr.exportTo('tr.ui.analysis', function() {
var StackedPane = {
rebuild: function() {
@@ -94,6 +94,6 @@ tr.exportTo('tr.ui.analysis.behaviors', function() {
Polymer({
is: 'tr-ui-a-stacked-pane',
- behaviors: [tr.ui.analysis.behaviors.StackedPane]
+ behaviors: [tr.ui.analysis.StackedPane]
});
</script>
« no previous file with comments | « tracing/tracing/ui/analysis/single_user_expectation_sub_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698