Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / analysis / util.html
index 33d84b5..0d2af12 100644 (file)
@@ -4,14 +4,14 @@ Copyright (c) 2013 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.html">
+<link rel="import" href="/base.html">
 <script>
 'use strict';
 
 /**
  * @fileoverview Helper functions for use in selection_analysis files.
  */
-tvcm.exportTo('tracing.analysis', function() {
+tv.exportTo('tracing.analysis', function() {
   function tsRound(ts) {
     return Math.round(ts * 1000.0) / 1000.0;
   }