| Index: chrome/common/extensions/file_handler_info.h
|
| diff --git a/chrome/common/extensions/file_handler_info.h b/chrome/common/extensions/file_handler_info.h
|
| index 159c08a8423aad3615a32d99ece36fc69d231d3b..be2ef7455dabae236f01beb983cffae88d694ac9 100644
|
| --- a/chrome/common/extensions/file_handler_info.h
|
| +++ b/chrome/common/extensions/file_handler_info.h
|
| @@ -29,7 +29,7 @@ struct FileHandlersInfo {
|
| explicit FileHandlersInfo(const std::vector<FileHandlerInfo>* handlers);
|
| ~FileHandlersInfo();
|
|
|
| - const std::vector<FileHandlerInfo>* handlers;
|
| + std::vector<FileHandlerInfo> handlers;
|
| };
|
|
|
| } // namespace extensions
|
|
|