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

Unified Diff: components/autofill/common/autofill_message_generator.cc

Issue 14312006: Generate autofill messages inside the component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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/common/autofill_message_generator.cc
diff --git a/content/common/content_message_generator.cc b/components/autofill/common/autofill_message_generator.cc
similarity index 58%
copy from content/common/content_message_generator.cc
copy to components/autofill/common/autofill_message_generator.cc
index 2e2b5a636343a23ba30b9b705534eba2abdd2a2b..56ac7c1b88474ef983222ddc484b665240c01fa8 100644
--- a/content/common/content_message_generator.cc
+++ b/components/autofill/common/autofill_message_generator.cc
@@ -1,33 +1,33 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
-#include "content/common/content_message_generator.h"
+#include "components/autofill/common/autofill_message_generator.h"
// Generate constructors.
#include "ipc/struct_constructor_macros.h"
-#include "content/common/content_message_generator.h"
+#include "components/autofill/common/autofill_message_generator.h"
// Generate destructors.
#include "ipc/struct_destructor_macros.h"
-#include "content/common/content_message_generator.h"
+#include "components/autofill/common/autofill_message_generator.h"
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
-#include "content/common/content_message_generator.h"
+#include "components/autofill/common/autofill_message_generator.h"
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
-#include "content/common/content_message_generator.h"
+#include "components/autofill/common/autofill_message_generator.h"
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
-#include "content/common/content_message_generator.h"
+#include "components/autofill/common/autofill_message_generator.h"
} // namespace IPC
« no previous file with comments | « components/autofill/common/autofill_message_generator.h ('k') | components/autofill/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698