Index: chrome/utility/importer/firefox_importer_unittest_messages_internal.h |
diff --git a/chrome/utility/importer/firefox_importer_unittest_messages_internal.h b/chrome/utility/importer/firefox_importer_unittest_messages_internal.h |
index 8882ffbf37fdf5497ebc7201b0933cdca32c5689..d543a5b1c525e8fac0e2b52f50d152f56c4b6c14 100644 |
--- a/chrome/utility/importer/firefox_importer_unittest_messages_internal.h |
+++ b/chrome/utility/importer/firefox_importer_unittest_messages_internal.h |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "chrome/common/importer/profile_import_process_messages.h" |
#include "ipc/ipc_message_macros.h" |
#define IPC_MESSAGE_START FirefoxImporterUnittestMsgStart |
@@ -24,5 +25,11 @@ IPC_MESSAGE_CONTROL1(Msg_Decrypt, |
IPC_MESSAGE_CONTROL1(Msg_Decryptor_Response, |
base::string16 /* unencrypted_str */) |
+IPC_MESSAGE_CONTROL1(Msg_ParseSignons_Response, |
+ std::vector<autofill::PasswordForm>) |
+ |
+IPC_MESSAGE_CONTROL1(Msg_ParseSignons, |
+ base::FilePath) |
+ |
// Server->Child: Die. |
IPC_MESSAGE_CONTROL0(Msg_Decryptor_Quit) |