| Index: chrome/utility/importer/firefox_importer_unittest_utils.h
|
| diff --git a/chrome/utility/importer/firefox_importer_unittest_utils.h b/chrome/utility/importer/firefox_importer_unittest_utils.h
|
| index f368dae11ab624d455d21c912d949b1f0c1d3c89..d8799e9032a40c840c54260bdda2ae52e4cfb211 100644
|
| --- a/chrome/utility/importer/firefox_importer_unittest_utils.h
|
| +++ b/chrome/utility/importer/firefox_importer_unittest_utils.h
|
| @@ -55,9 +55,7 @@ class FFUnitTestDecryptorProxy {
|
| #if defined(OS_MACOSX)
|
| // Blocks until either a timeout is reached, or until the client process
|
| // responds to an IPC message.
|
| - // Returns true if a reply was received successfully and false if the
|
| - // the operation timed out.
|
| - bool WaitForClientResponse();
|
| + void WaitForClientResponse();
|
|
|
| base::Process child_process_;
|
| std::unique_ptr<IPC::Channel> channel_;
|
|
|