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

Side by Side Diff: components/autofill/core/common/autofill_messages.h

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included message file, hence no include guard. 5 // Multiply-included message file, hence no include guard.
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/time.h" 9 #include "base/time.h"
10 #include "components/autofill/common/autocheckout_status.h" 10 #include "components/autofill/core/common/autocheckout_status.h"
11 #include "components/autofill/common/form_data.h" 11 #include "components/autofill/core/common/form_data.h"
12 #include "components/autofill/common/form_data_predictions.h" 12 #include "components/autofill/core/common/form_data_predictions.h"
13 #include "components/autofill/common/form_field_data.h" 13 #include "components/autofill/core/common/form_field_data.h"
14 #include "components/autofill/common/form_field_data_predictions.h" 14 #include "components/autofill/core/common/form_field_data_predictions.h"
15 #include "components/autofill/common/forms_seen_state.h" 15 #include "components/autofill/core/common/forms_seen_state.h"
16 #include "components/autofill/common/password_form_fill_data.h" 16 #include "components/autofill/core/common/password_form_fill_data.h"
17 #include "components/autofill/common/web_element_descriptor.h" 17 #include "components/autofill/core/common/web_element_descriptor.h"
18 #include "content/public/common/common_param_traits.h" 18 #include "content/public/common/common_param_traits.h"
19 #include "content/public/common/common_param_traits_macros.h" 19 #include "content/public/common/common_param_traits_macros.h"
20 #include "content/public/common/password_form.h" 20 #include "content/public/common/password_form.h"
21 #include "content/public/common/ssl_status.h" 21 #include "content/public/common/ssl_status.h"
22 #include "googleurl/src/gurl.h" 22 #include "googleurl/src/gurl.h"
23 #include "ipc/ipc_message_macros.h" 23 #include "ipc/ipc_message_macros.h"
24 #include "ipc/ipc_message_utils.h" 24 #include "ipc/ipc_message_utils.h"
25 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h" 25 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
26 #include "ui/gfx/rect.h" 26 #include "ui/gfx/rect.h"
27 27
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 autofill::FormFieldData /* the form field */, 298 autofill::FormFieldData /* the form field */,
299 gfx::RectF /* input field bounds, window-relative */, 299 gfx::RectF /* input field bounds, window-relative */,
300 std::vector<base::string16> /* suggestions */) 300 std::vector<base::string16> /* suggestions */)
301 301
302 // Inform browser of data list values for the curent field. 302 // Inform browser of data list values for the curent field.
303 IPC_MESSAGE_ROUTED4(AutofillHostMsg_SetDataList, 303 IPC_MESSAGE_ROUTED4(AutofillHostMsg_SetDataList,
304 std::vector<base::string16> /* values */, 304 std::vector<base::string16> /* values */,
305 std::vector<base::string16> /* labels */, 305 std::vector<base::string16> /* labels */,
306 std::vector<base::string16> /* icons */, 306 std::vector<base::string16> /* icons */,
307 std::vector<int> /* unique ids */) 307 std::vector<int> /* unique ids */)
OLDNEW
« no previous file with comments | « components/autofill/core/common/autofill_message_generator.cc ('k') | components/autofill/core/common/autofill_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698