Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / cc / chrome_browser.html
index 73ad262..7037819 100644 (file)
@@ -4,14 +4,14 @@ Copyright (c) 2014 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 Utilities for accessing trace data about the Chrome browser.
  */
-tvcm.exportTo('cc', function() {
+tv.exportTo('cc', function() {
   var BROWSER_PROCESS_NAME = 'CrBrowserMain';
   var RENDERER_PROCESS_NAME = 'CrRendererMain';