| 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 #ifndef CHROME_COMMON_RENDER_MESSAGES_H_ | 5 #ifndef CHROME_COMMON_RENDER_MESSAGES_H_ |
| 6 #define CHROME_COMMON_RENDER_MESSAGES_H_ | 6 #define CHROME_COMMON_RENDER_MESSAGES_H_ |
| 7 #pragma once | 7 #pragma once |
| 8 | 8 |
| 9 #include <map> | |
| 10 #include <string> | 9 #include <string> |
| 11 #include <vector> | 10 #include <vector> |
| 12 | 11 |
| 13 // TODO(erg): This list has been temporarily annotated by erg while doing work | 12 // TODO(erg): This list has been temporarily annotated by erg while doing work |
| 14 // on which headers to pull out. | 13 // on which headers to pull out. |
| 15 #include "app/clipboard/clipboard.h" | 14 #include "app/clipboard/clipboard.h" |
| 16 #include "app/surface/transport_dib.h" | 15 #include "app/surface/transport_dib.h" |
| 17 #include "base/basictypes.h" | 16 #include "base/basictypes.h" |
| 18 #include "base/platform_file.h" | 17 #include "base/platform_file.h" |
| 19 #include "base/ref_counted.h" | 18 #include "base/ref_counted.h" |
| (...skipping 2709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2729 LogParam(p.gamma, l); | 2728 LogParam(p.gamma, l); |
| 2730 l->append(L")"); | 2729 l->append(L")"); |
| 2731 } | 2730 } |
| 2732 }; | 2731 }; |
| 2733 } // namespace IPC | 2732 } // namespace IPC |
| 2734 | 2733 |
| 2735 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" | 2734 #define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h" |
| 2736 #include "ipc/ipc_message_macros.h" | 2735 #include "ipc/ipc_message_macros.h" |
| 2737 | 2736 |
| 2738 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ | 2737 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ |
| OLD | NEW |