| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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, no traditional include guard. | 5 // Multiply-included message file, no traditional include guard. |
| 6 #include <string> | 6 #include <string> |
| 7 | 7 |
| 8 #include "base/basictypes.h" | 8 #include "base/basictypes.h" |
| 9 #include "chrome/common/automation_constants.h" | 9 #include "chrome/common/automation_constants.h" |
| 10 #include "chrome/common/common_param_traits.h" | 10 #include "chrome/common/common_param_traits.h" |
| 11 #include "chrome/common/page_type.h" | |
| 12 #include "chrome/common/security_style.h" | 11 #include "chrome/common/security_style.h" |
| 13 #include "content/common/common_param_traits.h" | 12 #include "content/common/common_param_traits.h" |
| 13 #include "content/common/page_type.h" |
| 14 #include "ipc/ipc_message_macros.h" | 14 #include "ipc/ipc_message_macros.h" |
| 15 #include "ipc/ipc_message_utils.h" | 15 #include "ipc/ipc_message_utils.h" |
| 16 #include "net/base/host_port_pair.h" | 16 #include "net/base/host_port_pair.h" |
| 17 #include "net/base/upload_data.h" | 17 #include "net/base/upload_data.h" |
| 18 #include "ui/gfx/rect.h" | 18 #include "ui/gfx/rect.h" |
| 19 | 19 |
| 20 // Singly-included section, not yet converted. | 20 // Singly-included section, not yet converted. |
| 21 #ifndef CHROME_COMMON_AUTOMATION_MESSAGES_H__ | 21 #ifndef CHROME_COMMON_AUTOMATION_MESSAGES_H__ |
| 22 #define CHROME_COMMON_AUTOMATION_MESSAGES_H__ | 22 #define CHROME_COMMON_AUTOMATION_MESSAGES_H__ |
| 23 | 23 |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 }; | 357 }; |
| 358 | 358 |
| 359 } // namespace IPC | 359 } // namespace IPC |
| 360 | 360 |
| 361 #endif // CHROME_COMMON_AUTOMATION_MESSAGES_H__ | 361 #endif // CHROME_COMMON_AUTOMATION_MESSAGES_H__ |
| 362 | 362 |
| 363 // Keep this internal message file unchanged to preserve line numbering | 363 // Keep this internal message file unchanged to preserve line numbering |
| 364 // (and hence the dubious __LINE__-based message numberings) across versions. | 364 // (and hence the dubious __LINE__-based message numberings) across versions. |
| 365 #include "chrome/common/automation_messages_internal.h" | 365 #include "chrome/common/automation_messages_internal.h" |
| 366 | 366 |
| OLD | NEW |