Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4651)

Unified Diff: chrome/utility/importer/firefox_importer_unittest_utils_mac.cc

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another gyp attempt Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/utility/importer/firefox_importer_unittest_utils.h ('k') | chrome/utility/importer/firefox_importer_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698