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

Unified Diff: components/autofill/core/common/autofill_messages.h

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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/core/common/autofill_messages.h
diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/core/common/autofill_messages.h
similarity index 96%
rename from components/autofill/common/autofill_messages.h
rename to components/autofill/core/common/autofill_messages.h
index cf1ff3dbe5afa6acef9e7bb147c87b2229a0baf8..1a836a0750586f63a3d05bd575a6301f8d6c271b 100644
--- a/components/autofill/common/autofill_messages.h
+++ b/components/autofill/core/common/autofill_messages.h
@@ -7,14 +7,14 @@
#include <string>
#include "base/time.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/forms_seen_state.h"
-#include "components/autofill/common/password_form_fill_data.h"
-#include "components/autofill/common/web_element_descriptor.h"
+#include "components/autofill/core/common/autocheckout_status.h"
+#include "components/autofill/core/common/form_data.h"
+#include "components/autofill/core/common/form_data_predictions.h"
+#include "components/autofill/core/common/form_field_data.h"
+#include "components/autofill/core/common/form_field_data_predictions.h"
+#include "components/autofill/core/common/forms_seen_state.h"
+#include "components/autofill/core/common/password_form_fill_data.h"
+#include "components/autofill/core/common/web_element_descriptor.h"
#include "content/public/common/common_param_traits.h"
#include "content/public/common/common_param_traits_macros.h"
#include "content/public/common/password_form.h"
« no previous file with comments | « components/autofill/core/common/autofill_message_generator.cc ('k') | components/autofill/core/common/autofill_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698