diff options
Diffstat (limited to 'app/resource_bundle.h')
-rw-r--r-- | app/resource_bundle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/resource_bundle.h b/app/resource_bundle.h index 49ca359..44237e2 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; |