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

Unified Diff: components/autofill/browser/autofill_ie_toolbar_import_win.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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: components/autofill/browser/autofill_ie_toolbar_import_win.cc
diff --git a/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc b/components/autofill/browser/autofill_ie_toolbar_import_win.cc
similarity index 94%
rename from chrome/browser/autofill/autofill_ie_toolbar_import_win.cc
rename to components/autofill/browser/autofill_ie_toolbar_import_win.cc
index 9b782eb588f5b6b538d144966a364d92bfd7ca31..29ba67b72fc084c336a4b94d4b3fdb3556c0a093 100644
--- a/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc
+++ b/components/autofill/browser/autofill_ie_toolbar_import_win.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/autofill/autofill_ie_toolbar_import_win.h"
+#include "components/autofill/browser/autofill_ie_toolbar_import_win.h"
#include <stddef.h>
#include <map>
@@ -14,16 +14,16 @@
#include "base/logging.h"
#include "base/string16.h"
#include "base/win/registry.h"
-#include "chrome/browser/autofill/autofill_country.h"
-#include "chrome/browser/autofill/autofill_profile.h"
-#include "chrome/browser/autofill/credit_card.h"
-#include "chrome/browser/autofill/crypto/rc4_decryptor.h"
-#include "chrome/browser/autofill/field_types.h"
-#include "chrome/browser/autofill/form_group.h"
-#include "chrome/browser/autofill/personal_data_manager.h"
-#include "chrome/browser/autofill/personal_data_manager_observer.h"
-#include "chrome/browser/autofill/phone_number.h"
-#include "chrome/browser/autofill/phone_number_i18n.h"
+#include "components/autofill/browser/autofill_country.h"
+#include "components/autofill/browser/autofill_profile.h"
+#include "components/autofill/browser/credit_card.h"
+#include "components/autofill/browser/crypto/rc4_decryptor.h"
+#include "components/autofill/browser/field_types.h"
+#include "components/autofill/browser/form_group.h"
+#include "components/autofill/browser/personal_data_manager.h"
+#include "components/autofill/browser/personal_data_manager_observer.h"
+#include "components/autofill/browser/phone_number.h"
+#include "components/autofill/browser/phone_number_i18n.h"
#include "sync/util/data_encryption_win.h"
using base::win::RegKey;

Powered by Google App Engine
This is Rietveld 408576698