Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / cc / tile.html
index 82b41de..0f40ca1 100644 (file)
@@ -7,13 +7,13 @@ found in the LICENSE file.
 
 <link rel="import" href="/cc/util.html">
 <link rel="import" href="/cc/debug_colors.html">
-<link rel="import" href="/tvcm/rect.html">
+<link rel="import" href="/base/rect.html">
 <link rel="import" href="/tracing/trace_model/object_instance.html">
 
 <script>
 'use strict';
 
-tvcm.exportTo('cc', function() {
+tv.exportTo('cc', function() {
   var ObjectSnapshot = tracing.trace_model.ObjectSnapshot;
 
   /**