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

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: 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/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 661491fee6b018dc497f7c0b2d6f70a1307c18f7..c0200fd3d739a86895a1cd8dddc05562ce35f7a4 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
« no previous file with comments | « chrome/utility/importer/external_process_importer_bridge.h ('k') | chrome/utility/importer/favicon_reencode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698