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

Unified Diff: components/autofill/common/autofill_messages.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/autocheckout_status.h ('k') | components/autofill/common/form_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/common/autofill_messages.h
diff --git a/chrome/common/autofill_messages.h b/components/autofill/common/autofill_messages.h
similarity index 96%
rename from chrome/common/autofill_messages.h
rename to components/autofill/common/autofill_messages.h
index 44975e0a3bf1e6a447cb20f4ca42ef4d72404289..0583eb00f2673c14f418dc9f8b66588e876f32eb 100644
--- a/chrome/common/autofill_messages.h
+++ b/components/autofill/common/autofill_messages.h
@@ -7,14 +7,13 @@
#include <string>
#include "base/time.h"
-#include "chrome/common/autofill/autocheckout_status.h"
-#include "chrome/common/autofill/web_element_descriptor.h"
-#include "chrome/common/common_param_traits_macros.h"
-#include "chrome/common/form_data.h"
-#include "chrome/common/form_data_predictions.h"
-#include "chrome/common/form_field_data.h"
-#include "chrome/common/form_field_data_predictions.h"
-#include "chrome/common/password_form_fill_data.h"
+#include "components/autofill/common/autocheckout_status.h"
+#include "components/autofill/common/form_data.h"
+#include "components/autofill/common/form_data_predictions.h"
+#include "components/autofill/common/form_field_data.h"
+#include "components/autofill/common/form_field_data_predictions.h"
+#include "components/autofill/common/password_form_fill_data.h"
+#include "components/autofill/common/web_element_descriptor.h"
#include "content/public/common/common_param_traits_macros.h"
#include "content/public/common/password_form.h"
#include "content/public/common/ssl_status.h"
« no previous file with comments | « components/autofill/common/autocheckout_status.h ('k') | components/autofill/common/form_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698