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

Unified Diff: components/autofill/browser/autofill_download_unittest.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_download_unittest.cc
diff --git a/chrome/browser/autofill/autofill_download_unittest.cc b/components/autofill/browser/autofill_download_unittest.cc
similarity index 98%
rename from chrome/browser/autofill/autofill_download_unittest.cc
rename to components/autofill/browser/autofill_download_unittest.cc
index ef22ecbeee84acd625b76c95a70fab54c29db858..3218bcc6f243a9abcde979e745ec4d60c2cc0885 100644
--- a/chrome/browser/autofill/autofill_download_unittest.cc
+++ b/components/autofill/browser/autofill_download_unittest.cc
@@ -8,13 +8,13 @@
#include "base/string_util.h"
#include "base/test/test_timeouts.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_download.h"
-#include "chrome/browser/autofill/autofill_field.h"
-#include "chrome/browser/autofill/autofill_metrics.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/form_structure.h"
#include "chrome/test/base/testing_browser_process.h"
#include "chrome/test/base/testing_profile.h"
+#include "components/autofill/browser/autofill_download.h"
+#include "components/autofill/browser/autofill_field.h"
+#include "components/autofill/browser/autofill_metrics.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/form_structure.h"
#include "components/autofill/common/form_data.h"
#include "content/public/test/test_browser_thread.h"
#include "net/url_request/test_url_fetcher_factory.h"
« no previous file with comments | « components/autofill/browser/autofill_download.cc ('k') | components/autofill/browser/autofill_download_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698