| Index: chrome/test/testing_browser_process.h
 | 
| diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
 | 
| index c69af1cfe2528c6f576629cb87674862f3e8921c..a954e1052a98a0063527a20752055af4505d3d7a 100644
 | 
| --- a/chrome/test/testing_browser_process.h
 | 
| +++ b/chrome/test/testing_browser_process.h
 | 
| @@ -133,10 +133,6 @@ class TestingBrowserProcess : public BrowserProcess {
 | 
|      return --module_ref_count_;
 | 
|    }
 | 
|  
 | 
| -  unsigned int module_ref_count() {
 | 
| -    return module_ref_count_;
 | 
| -  }
 | 
| -
 | 
|    virtual bool IsShuttingDown() {
 | 
|      return false;
 | 
|    }
 | 
| 
 |