summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_icon_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_icon_set.h')
-rw-r--r--chrome/common/extensions/extension_icon_set.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/extensions/extension_icon_set.h b/chrome/common/extensions/extension_icon_set.h
index 7fe80c5..d1dc9f3 100644
--- a/chrome/common/extensions/extension_icon_set.h
+++ b/chrome/common/extensions/extension_icon_set.h
@@ -12,9 +12,6 @@
// Represents the set of icons for an extension.
class ExtensionIconSet {
public:
- ExtensionIconSet();
- ~ExtensionIconSet();
-
// Access to the underlying map from icon size->path.
typedef std::map<int, std::string> IconMap;
const IconMap& map() const { return map_; }