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

Unified Diff: components/autofill/browser/autofill_profile_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_profile_unittest.cc
diff --git a/chrome/browser/autofill/autofill_profile_unittest.cc b/components/autofill/browser/autofill_profile_unittest.cc
similarity index 99%
rename from chrome/browser/autofill/autofill_profile_unittest.cc
rename to components/autofill/browser/autofill_profile_unittest.cc
index 7139870a76312af3edb7d96f46904773cd893ce9..bccb6e6df73476e3f51c7797dc6052abdafe2a0a 100644
--- a/chrome/browser/autofill/autofill_profile_unittest.cc
+++ b/components/autofill/browser/autofill_profile_unittest.cc
@@ -10,8 +10,8 @@
#include "base/string16.h"
#include "base/stringprintf.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_common_test.h"
-#include "chrome/browser/autofill/autofill_profile.h"
+#include "components/autofill/browser/autofill_common_test.h"
+#include "components/autofill/browser/autofill_profile.h"
#include "components/autofill/common/form_field_data.h"
#include "grit/generated_resources.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/autofill/browser/autofill_profile.cc ('k') | components/autofill/browser/autofill_regex_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698