OLD | NEW |
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 file, hence no include guard. | 5 // Multiply-included file, hence no include guard. |
6 // Inclusion of all message files present in content. Keep this file | 6 // Inclusion of all message files present in content. Keep this file |
7 // up to date when adding a new value to the IPCMessageStart enum in | 7 // up to date when adding a new value to the IPCMessageStart enum in |
8 // ipc/ipc_message_start.h to ensure the corresponding message file is | 8 // ipc/ipc_message_start.h to ensure the corresponding message file is |
9 // included here. | 9 // included here. |
| 10 // |
| 11 #include "ppapi/features/features.h" |
| 12 |
10 #include "content/common/content_message_generator.h" | 13 #include "content/common/content_message_generator.h" |
11 #if defined(ENABLE_PLUGINS) | 14 #if BUILDFLAG(ENABLE_PLUGINS) |
12 #include "ppapi/proxy/ppapi_messages.h" | 15 #include "ppapi/proxy/ppapi_messages.h" |
13 #endif | 16 #endif |
OLD | NEW |