| Index: chrome/test/data/extensions/api_test/README.txt
 | 
| diff --git a/chrome/test/data/extensions/api_test/README.txt b/chrome/test/data/extensions/api_test/README.txt
 | 
| index 957526ac61f108b7c32f2e8abcde24e599d537dd..63006f4a9dcc38c62d6e26da58fb72ae3ccd599b 100644
 | 
| --- a/chrome/test/data/extensions/api_test/README.txt
 | 
| +++ b/chrome/test/data/extensions/api_test/README.txt
 | 
| @@ -61,7 +61,7 @@ chrome.test.runTests([
 | 
|  
 | 
|  Note that chrome.test.callbackFail takes an argument which is the error message
 | 
|  that it expects to get when the callback fails
 | 
| -(chrome.extension.lastError.message).
 | 
| +(chrome.runtime.lastError.message).
 | 
|  
 | 
|  Here's what the output of this test might look like:
 | 
|  [==========] Running 1 test from 1 test case.
 | 
| 
 |