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

Unified Diff: components/autofill/browser/autofill_field_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_field_unittest.cc
diff --git a/chrome/browser/autofill/autofill_field_unittest.cc b/components/autofill/browser/autofill_field_unittest.cc
similarity index 95%
rename from chrome/browser/autofill/autofill_field_unittest.cc
rename to components/autofill/browser/autofill_field_unittest.cc
index e207b6b110383cec85a88978bff339b721e7a719..745f6fce9c20e3001728164590d466a29761ed05 100644
--- a/chrome/browser/autofill/autofill_field_unittest.cc
+++ b/components/autofill/browser/autofill_field_unittest.cc
@@ -4,8 +4,8 @@
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_field.h"
-#include "chrome/browser/autofill/field_types.h"
+#include "components/autofill/browser/autofill_field.h"
+#include "components/autofill/browser/field_types.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
« no previous file with comments | « components/autofill/browser/autofill_field.cc ('k') | components/autofill/browser/autofill_ie_toolbar_import_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698