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

Unified Diff: components/autofill/common/form_field_data.cc

Issue 12543010: Establish components/autofill and move some files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/common/form_field_data.cc
diff --git a/chrome/common/form_field_data.cc b/components/autofill/common/form_field_data.cc
similarity index 97%
rename from chrome/common/form_field_data.cc
rename to components/autofill/common/form_field_data.cc
index 56ca42a31508f279a1b4b91dedb588d44dac9af3..d78966d20338d6eaa0784831cc0781470f333599 100644
--- a/chrome/common/form_field_data.cc
+++ b/components/autofill/common/form_field_data.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/common/form_field_data.h"
+#include "components/autofill/common/form_field_data.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
« no previous file with comments | « components/autofill/common/form_field_data.h ('k') | components/autofill/common/form_field_data_predictions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698