| Index: chrome/utility/importer/firefox_importer_unittest_utils_mac.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc b/chrome/utility/importer/firefox_importer_unittest_utils_mac.cc
|
| similarity index 97%
|
| rename from chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| rename to chrome/utility/importer/firefox_importer_unittest_utils_mac.cc
|
| index 33c877a03eb3b30e52055031dea7f5042eda6e12..dfac59632caa8fdc2528c47439112b0f985b2056 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| +++ b/chrome/utility/importer/firefox_importer_unittest_utils_mac.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/importer/firefox_importer_unittest_utils.h"
|
| +#include "chrome/utility/importer/firefox_importer_unittest_utils.h"
|
|
|
| #include "base/base_switches.h"
|
| #include "base/bind.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/message_loop.h"
|
| #include "base/test/test_timeouts.h"
|
| -#include "chrome/browser/importer/firefox_importer_utils.h"
|
| +#include "chrome/common/importer/firefox_importer_utils.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ipc/ipc_descriptors.h"
|
| #include "ipc/ipc_listener.h"
|
| @@ -21,7 +21,7 @@
|
| #include "testing/multiprocess_func_list.h"
|
|
|
| #define IPC_MESSAGE_IMPL
|
| -#include "chrome/browser/importer/firefox_importer_unittest_messages_internal.h"
|
| +#include "chrome/utility/importer/firefox_importer_unittest_messages_internal.h"
|
|
|
| namespace {
|
|
|
| @@ -39,7 +39,7 @@ bool LaunchNSSDecrypterChildProcess(const base::FilePath& nss_path,
|
| cl.AppendSwitchASCII(switches::kTestChildProcess, "NSSDecrypterChildProcess");
|
|
|
| // Set env variable needed for FF encryption libs to load.
|
| - // See "chrome/browser/importer/nss_decryptor_mac.mm" for an explanation of
|
| + // See "chrome/utility/importer/nss_decryptor_mac.mm" for an explanation of
|
| // why we need this.
|
| base::EnvironmentVector env;
|
| std::pair<std::string, std::string> dyld_override;
|
|
|