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 ce2994755c29df3833eb83c2ba5706ccfc7b2fec..8882ffbf37fdf5497ebc7201b0933cdca32c5689 100644 |
--- a/chrome/utility/importer/firefox_importer_unittest_messages_internal.h |
+++ b/chrome/utility/importer/firefox_importer_unittest_messages_internal.h |
@@ -22,7 +22,7 @@ IPC_MESSAGE_CONTROL1(Msg_Decrypt, |
std::string /* crypt */) |
// Child->Server: Decrypted String. |
IPC_MESSAGE_CONTROL1(Msg_Decryptor_Response, |
- string16 /* unencrypted_str */) |
+ base::string16 /* unencrypted_str */) |
// Server->Child: Die. |
IPC_MESSAGE_CONTROL0(Msg_Decryptor_Quit) |