| Index: chrome/common/extensions/file_handler_info.cc | 
| diff --git a/chrome/common/extensions/file_handler_info.cc b/chrome/common/extensions/file_handler_info.cc | 
| index c33356734ebf63377158cd3d4730a427ed5ae480..2f9b6f1b827fa3ee61cbc6d2705a5eb7ec82d207 100644 | 
| --- a/chrome/common/extensions/file_handler_info.cc | 
| +++ b/chrome/common/extensions/file_handler_info.cc | 
| @@ -9,9 +9,7 @@ namespace extensions { | 
| FileHandlerInfo::FileHandlerInfo() {} | 
| FileHandlerInfo::~FileHandlerInfo() {} | 
|  | 
| -FileHandlersInfo::FileHandlersInfo(const std::vector<FileHandlerInfo>* handlers) | 
| -    : handlers(handlers) {} | 
| - | 
| +FileHandlersInfo::FileHandlersInfo() {} | 
| FileHandlersInfo::~FileHandlersInfo() {} | 
|  | 
| }  // namespace extensions | 
|  |