| Index: chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| index bfea20208d1dd0bec25c6be92d09c4a9d30eee59..a6757f990494f4bf663c91fa5833b49431835aeb 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| @@ -123,7 +123,7 @@ FFUnitTestDecryptorProxy::FFUnitTestDecryptorProxy()
|
| : child_process_(0) {
|
| }
|
|
|
| -bool FFUnitTestDecryptorProxy::Setup(std::wstring& nss_path) {
|
| +bool FFUnitTestDecryptorProxy::Setup(const std::wstring& nss_path) {
|
| // Create a new message loop and spawn the child process.
|
| message_loop_.reset(new MessageLoopForIO());
|
|
|
|
|