| Index: ceee/ie/plugin/bho/webrequest_notifier.h
 | 
| diff --git a/ceee/ie/plugin/bho/webrequest_notifier.h b/ceee/ie/plugin/bho/webrequest_notifier.h
 | 
| index 0676bf6511bf90d316427a6dfdb6642234a1d9f9..d7c1227f9564dbe5c923bcb6c642e62393f31977 100644
 | 
| --- a/ceee/ie/plugin/bho/webrequest_notifier.h
 | 
| +++ b/ceee/ie/plugin/bho/webrequest_notifier.h
 | 
| @@ -443,9 +443,10 @@ class WebRequestNotifier {
 | 
|  };
 | 
|  
 | 
|  // A singleton that keeps the WebRequestNotifier used by production code.
 | 
| -class ProductionWebRequestNotifier
 | 
| -    : public WebRequestNotifier,
 | 
| -      public Singleton<ProductionWebRequestNotifier> {
 | 
| +class ProductionWebRequestNotifier : public WebRequestNotifier {
 | 
| + public:
 | 
| +  static ProductionWebRequestNotifier* GetInstance();
 | 
| +
 | 
|   private:
 | 
|    ProductionWebRequestNotifier() {}
 | 
|  
 | 
| 
 |