| 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
|
|
|