Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index f141d80103cdb9302f53a69c7a0088f9aa458f9a..751c8bdcf83db70841cfe8f1bdb47e282e5dfb00 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -198,7 +198,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
}; |
struct ActionInfo { |
- explicit ActionInfo(); |
+ ActionInfo(); |
~ActionInfo(); |
// The types of extension actions. |
@@ -218,7 +218,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
}; |
struct FileHandlerInfo { |
- explicit FileHandlerInfo(); |
+ FileHandlerInfo(); |
~FileHandlerInfo(); |
std::string id; |
std::string title; |