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

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

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac4 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/external_process_importer_bridge.cc
diff --git a/chrome/browser/importer/external_process_importer_bridge.cc b/chrome/utility/importer/external_process_importer_bridge.cc
similarity index 97%
rename from chrome/browser/importer/external_process_importer_bridge.cc
rename to chrome/utility/importer/external_process_importer_bridge.cc
index 14f232c5cbe0885c49c55e6e38af8930b4dacb99..0536cd4a77e5501effd27d4781ff3f09afa581fc 100644
--- a/chrome/browser/importer/external_process_importer_bridge.cc
+++ b/chrome/utility/importer/external_process_importer_bridge.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/external_process_importer_bridge.h"
+#include "chrome/utility/importer/external_process_importer_bridge.h"
#include "base/bind.h"
#include "base/logging.h"
@@ -17,10 +17,6 @@
#include "content/public/common/password_form.h"
#include "ipc/ipc_sender.h"
-#if defined(OS_WIN)
-#include "components/webdata/encryptor/ie7_password.h"
-#endif
-
namespace {
// Rather than sending all import items over IPC at once we chunk them into
@@ -105,7 +101,7 @@ void ExternalProcessImporterBridge::SetFavicons(
void ExternalProcessImporterBridge::SetHistoryItems(
const std::vector<ImporterURLRow>& rows,
- history::VisitSource visit_source) {
+ ImporterVisitSource visit_source) {
Send(new ProfileImportProcessHostMsg_NotifyHistoryImportStart(rows.size()));
// |rows_left| is required for the checks below as Windows has a

Powered by Google App Engine
This is Rietveld 408576698