| Index: app/resource_bundle.h
|
| diff --git a/app/resource_bundle.h b/app/resource_bundle.h
|
| index 49ca3590b267e08d50b89699807277ea952082e4..44237e2a8a8cee6b3b9faac36a3ed4b9f4fe998c 100644
|
| --- a/app/resource_bundle.h
|
| +++ b/app/resource_bundle.h
|
| @@ -161,6 +161,7 @@ class ResourceBundle {
|
| class LoadedDataPack {
|
| public:
|
| explicit LoadedDataPack(const FilePath& path);
|
| + ~LoadedDataPack();
|
| bool GetStringPiece(int resource_id, base::StringPiece* data) const;
|
| RefCountedStaticMemory* GetStaticMemory(int resource_id) const;
|
|
|
|
|