Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / src / tracing / importer / linux_perf / power_parser.js
index d8f4f6a..c6f6d4f 100644 (file)
@@ -7,10 +7,10 @@
 /**
  * @fileoverview Parses power events in the Linux event trace format.
  */
-base.require('tracing.importer.linux_perf.parser');
-base.require('tracing.trace_model.counter_series');
+tvcm.require('tracing.importer.linux_perf.parser');
+tvcm.require('tracing.trace_model.counter_series');
 
-base.exportTo('tracing.importer.linux_perf', function() {
+tvcm.exportTo('tracing.importer.linux_perf', function() {
 
   var Parser = tracing.importer.linux_perf.Parser;