| Index: chrome/browser/chrome_plugin_browsing_context.cc
 | 
| diff --git a/chrome/browser/chrome_plugin_browsing_context.cc b/chrome/browser/chrome_plugin_browsing_context.cc
 | 
| index 34fe815ee228efdbbf96b708dfd61ed84ad8f2df..3ff47295085e3b05bf151dd05324fbbcd3a22321 100644
 | 
| --- a/chrome/browser/chrome_plugin_browsing_context.cc
 | 
| +++ b/chrome/browser/chrome_plugin_browsing_context.cc
 | 
| @@ -9,7 +9,7 @@
 | 
|  #include "chrome/browser/browser_thread.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  
 | 
| -CPBrowsingContextManager* CPBrowsingContextManager::Instance() {
 | 
| +CPBrowsingContextManager* CPBrowsingContextManager::GetInstance() {
 | 
|    DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
 | 
|    return Singleton<CPBrowsingContextManager>::get();
 | 
|  }
 | 
| 
 |