Index: chrome/common/importer/importer_data_types.h |
diff --git a/chrome/common/importer/importer_data_types.h b/chrome/common/importer/importer_data_types.h |
index 98ecc9bb030704abf1aa0aee1a035bbcaef4f167..9b588d6323b66224eb700636831e423b3168e843 100644 |
--- a/chrome/common/importer/importer_data_types.h |
+++ b/chrome/common/importer/importer_data_types.h |
@@ -59,6 +59,9 @@ struct SearchEngineInfo { |
#if defined(OS_WIN) |
// Contains the information read from the IE7/IE8 Storage2 key in the registry. |
struct ImporterIE7PasswordInfo { |
+ ImporterIE7PasswordInfo(); |
+ ~ImporterIE7PasswordInfo(); |
Peter Kasting
2015/05/01 02:42:01
Most of these changes make sense, but this one doe
Nico
2015/05/01 02:46:37
There are three classes with constructors in this
Peter Kasting
2015/05/01 03:48:32
Is there a way to make that border between trivial
|
+ |
// Hash of the url. |
std::wstring url_hash; |