| Index: remoting/base/capabilities_unittest.cc
|
| diff --git a/remoting/base/capabilities_unittest.cc b/remoting/base/capabilities_unittest.cc
|
| index 90c12a0785088aa2c54745fea44bde7c6c17309e..8caf0112f11d9e761be478eb4a8b371de4937221 100644
|
| --- a/remoting/base/capabilities_unittest.cc
|
| +++ b/remoting/base/capabilities_unittest.cc
|
| @@ -2,9 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| #include "remoting/base/capabilities.h"
|
|
|