| Index: remoting/protocol/jingle_messages_unittest.cc
|
| diff --git a/remoting/protocol/jingle_messages_unittest.cc b/remoting/protocol/jingle_messages_unittest.cc
|
| index 7175277d6eeb214ff19433d0e6cc000074e48eec..c45f7b23227fdf7aad5acccbfcb474517defbfe9 100644
|
| --- a/remoting/protocol/jingle_messages_unittest.cc
|
| +++ b/remoting/protocol/jingle_messages_unittest.cc
|
| @@ -4,7 +4,10 @@
|
|
|
| #include "remoting/protocol/jingle_messages.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "remoting/protocol/content_description.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|