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

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

Issue 17165002: Revert "In components/autofill, move common/ to shared/" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/autofill_messages.h
diff --git a/components/autofill/shared/autofill_messages.h b/components/autofill/common/autofill_messages.h
similarity index 96%
rename from components/autofill/shared/autofill_messages.h
rename to components/autofill/common/autofill_messages.h
index bb566024e9b8f520cae45e82a8b1a87a745bee36..cf1ff3dbe5afa6acef9e7bb147c87b2229a0baf8 100644
--- a/components/autofill/shared/autofill_messages.h
+++ b/components/autofill/common/autofill_messages.h
@@ -1,4 +1,4 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -7,14 +7,14 @@
#include <string>
#include "base/time.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 "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 "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/common/autofill_message_generator.cc ('k') | components/autofill/common/autofill_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698