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

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

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
« no previous file with comments | « components/autofill/common/form_data_predictions.cc ('k') | components/autofill/common/form_field_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/common/form_field_data.h
diff --git a/chrome/common/form_field_data.h b/components/autofill/common/form_field_data.h
similarity index 92%
rename from chrome/common/form_field_data.h
rename to components/autofill/common/form_field_data.h
index e0179ee4717ae4696814f19a1705cb2fedb74936..6d0d2f6491a073b86875514ceb1ae66f556f934c 100644
--- a/chrome/common/form_field_data.h
+++ b/components/autofill/common/form_field_data.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_FORM_FIELD_DATA_H_
-#define CHROME_COMMON_FORM_FIELD_DATA_H_
+#ifndef COMPONENTS_AUTOFILL_COMMON_FORM_FIELD_DATA_H_
+#define COMPONENTS_AUTOFILL_COMMON_FORM_FIELD_DATA_H_
#include <vector>
@@ -59,4 +59,4 @@ std::ostream& operator<<(std::ostream& os, const FormFieldData& field);
EXPECT_EQ(expected.is_checkable, actual.is_checkable); \
} while (0)
-#endif // CHROME_COMMON_FORM_FIELD_DATA_H_
+#endif // COMPONENTS_AUTOFILL_COMMON_FORM_FIELD_DATA_H_
« no previous file with comments | « components/autofill/common/form_data_predictions.cc ('k') | components/autofill/common/form_field_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698