Chromium Code Reviews| Index: base/logging.h |
| diff --git a/base/logging.h b/base/logging.h |
| index ce87a5351f7877245f673fb1b255986be95a5bda..e7d88c1a0d79a234f00d5625d29c9ab019400a3d 100644 |
| --- a/base/logging.h |
| +++ b/base/logging.h |
| @@ -20,6 +20,10 @@ |
| #include "base/template_util.h" |
| #include "build/build_config.h" |
| +#if defined(OS_WIN) |
|
Primiano Tucci (use gerrit)
2016/12/08 17:14:05
?? is this intended?
base/logging.h is included vi
gab
2016/12/08 18:19:09
See earlier discussion: https://codereview.chromiu
|
| +#include <windows.h> |
|
gab
2016/12/08 18:19:10
nit: just realized while doing the above search th
palmer
2016/12/08 22:29:58
Done.
|
| +#endif |
| + |
| // |
| // Optional message capabilities |
| // ----------------------------- |