Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / trace_model / timed_event.html
index f5bd548..695a942 100644 (file)
@@ -6,7 +6,7 @@ found in the LICENSE file.
 -->
 
 <link rel="import" href="/tracing/trace_model/event.html">
-<link rel="import" href="/tvcm/guid.html">
+<link rel="import" href="/base/guid.html">
 
 <script>
 'use strict';
@@ -14,7 +14,7 @@ found in the LICENSE file.
 /**
  * @fileoverview Provides the TimedEvent class.
  */
-tvcm.exportTo('tracing.trace_model', function() {
+tv.exportTo('tracing.trace_model', function() {
   /**
    * A TimedEvent is the base type for any piece of data in the trace model with
    * a specific start and duration.