| Index: chrome/browser/component_updater/component_updater_service.h
 | 
| diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h
 | 
| index a4df001d9af4c7547b7369bbaf622153c3289902..954373a16d233972b4f55c7b3a069855fbf31586 100644
 | 
| --- a/chrome/browser/component_updater/component_updater_service.h
 | 
| +++ b/chrome/browser/component_updater/component_updater_service.h
 | 
| @@ -190,10 +190,7 @@ class ComponentUpdateService {
 | 
|  
 | 
|    virtual ~ComponentUpdateService() {}
 | 
|  
 | 
| -  // TODO(waffles): Remove PNaCl as a friend once an alternative on-demand
 | 
| -  // trigger is available.
 | 
|    friend class ComponentsUI;
 | 
| -  friend class PnaclComponentInstaller;
 | 
|    friend class OnDemandTester;
 | 
|  
 | 
|   private:
 | 
| 
 |