| Index: chrome/common/extensions/docs/examples/extensions/benchmark/script.js
 | 
| diff --git a/chrome/common/extensions/docs/examples/extensions/benchmark/script.js b/chrome/common/extensions/docs/examples/extensions/benchmark/script.js
 | 
| index b35213eb6af81814a67fa5455f89f952f2260feb..9d7dadd0bb364df4105340aea9bbf1f1d16b1995 100644
 | 
| --- a/chrome/common/extensions/docs/examples/extensions/benchmark/script.js
 | 
| +++ b/chrome/common/extensions/docs/examples/extensions/benchmark/script.js
 | 
| @@ -1,5 +1,9 @@
 | 
| +// 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.
 | 
| +
 | 
|  // The port for communicating back to the extension.
 | 
| -var benchmarkExtensionPort = chrome.extension.connect();
 | 
| +var benchmarkExtensionPort = chrome.runtime.connect();
 | 
|  
 | 
|  // The url is what this page is known to the benchmark as.
 | 
|  // The benchmark uses this id to differentiate the benchmark's
 | 
| 
 |