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

Unified Diff: components/autofill/shared/autofill_messages.h

Issue 17084005: In components/autofill, move common/ to shared/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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/shared/autofill_messages.h
diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/shared/autofill_messages.h
similarity index 96%
rename from components/autofill/common/autofill_messages.h
rename to components/autofill/shared/autofill_messages.h
index cf1ff3dbe5afa6acef9e7bb147c87b2229a0baf8..c2449ca3387cf997a0a06fdc2118e7afedecc88a 100644
--- a/components/autofill/common/autofill_messages.h
+++ b/components/autofill/shared/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/shared/autocheckout_status.h"
+#include "components/autofill/shared/form_data.h"
+#include "components/autofill/shared/form_data_predictions.h"
+#include "components/autofill/shared/form_field_data.h"
+#include "components/autofill/shared/form_field_data_predictions.h"
+#include "components/autofill/shared/forms_seen_state.h"
+#include "components/autofill/shared/password_form_fill_data.h"
+#include "components/autofill/shared/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/shared/autofill_message_generator.cc ('k') | components/autofill/shared/autofill_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698