summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_resource.h')
-rw-r--r--chrome/common/extensions/extension_resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_resource.h b/chrome/common/extensions/extension_resource.h
index 86705a88..6fe3773 100644
--- a/chrome/common/extensions/extension_resource.h
+++ b/chrome/common/extensions/extension_resource.h
@@ -22,6 +22,8 @@ class ExtensionResource {
const FilePath& extension_root,
const FilePath& relative_path);
+ ~ExtensionResource();
+
// Returns actual path to the resource (default or locale specific). In the
// browser process, this will DCHECK if not called on the file thread. To
// easily load extension images on the UI thread, see ImageLoadingTracker.