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

Unified Diff: components/autofill/content/common/autofill_message_generator.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_message_generator.h
diff --git a/components/autofill/core/common/autofill_message_generator.h b/components/autofill/content/common/autofill_message_generator.h
similarity index 76%
rename from components/autofill/core/common/autofill_message_generator.h
rename to components/autofill/content/common/autofill_message_generator.h
index 31a29649550157ecfd98d4814590051d200bb81a..2c428f1d646cb8b476561cc41e6b71e21edb87a2 100644
--- a/components/autofill/core/common/autofill_message_generator.h
+++ b/components/autofill/content/common/autofill_message_generator.h
@@ -4,4 +4,4 @@
// Multiply-included file, hence no include guard.
-#include "components/autofill/core/common/autofill_messages.h"
+#include "components/autofill/content/common/autofill_messages.h"

Powered by Google App Engine
This is Rietveld 408576698