| Index: chrome/browser/extensions/pending_extension_info.h
|
| diff --git a/chrome/browser/extensions/pending_extension_info.h b/chrome/browser/extensions/pending_extension_info.h
|
| index 8ac52c55642c6217222db8472e20a959bcdf38a1..9d4e939180e34a55fbb5592cef1260f760f6fd68 100644
|
| --- a/chrome/browser/extensions/pending_extension_info.h
|
| +++ b/chrome/browser/extensions/pending_extension_info.h
|
| @@ -41,6 +41,8 @@ class PendingExtensionInfo {
|
| // Required for STL container membership. Should not be used directly.
|
| PendingExtensionInfo();
|
|
|
| + PendingExtensionInfo(const PendingExtensionInfo& other);
|
| +
|
| ~PendingExtensionInfo();
|
|
|
| // Consider two PendingExtensionInfos equal if their ids are equal.
|
|
|