Chromium Code Reviews| Index: chrome/common/nacl_types.cc |
| =================================================================== |
| --- chrome/common/nacl_types.cc (revision 155316) |
| +++ chrome/common/nacl_types.cc (working copy) |
| @@ -3,12 +3,14 @@ |
| // found in the LICENSE file. |
| #include "chrome/common/nacl_types.h" |
| +#include "net/base/tcp_listen_socket.h" |
|
Mark Seaborn
2012/09/10 15:39:45
You don't need to add this, do you?
halyavin
2012/09/11 11:16:12
Done.
|
| namespace nacl { |
| NaClStartParams::NaClStartParams() |
| : validation_cache_enabled(false), |
| enable_exception_handling(false) { |
| + |
|
Mark Seaborn
2012/09/10 15:39:45
Nit: don't add an empty line here
halyavin
2012/09/11 11:16:12
Done.
|
| } |
| NaClStartParams::~NaClStartParams() { |