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

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

Issue 108283005: Moved ipc-specific files from autofill/core to autofill/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Final" fix. Created 7 years 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/content/common/autofill_messages.h
diff --git a/components/autofill/core/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h
similarity index 99%
rename from components/autofill/core/common/autofill_messages.h
rename to components/autofill/content/common/autofill_messages.h
index b0b1548d52a88ddee72c88a4f324d5583ac14b7b..4e388324fe7c8f353fa9157ca9c85816f8e8c519 100644
--- a/components/autofill/core/common/autofill_messages.h
+++ b/components/autofill/content/common/autofill_messages.h
@@ -7,7 +7,7 @@
#include <string>
#include "base/time/time.h"
-#include "components/autofill/core/common/autofill_param_traits_macros.h"
+#include "components/autofill/content/common/autofill_param_traits_macros.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"

Powered by Google App Engine
This is Rietveld 408576698