| Index: base/strings/string_piece_unittest.cc
|
| diff --git a/base/strings/string_piece_unittest.cc b/base/strings/string_piece_unittest.cc
|
| index 53366036d6fb0ba1c46d744a2a90457c833705dc..f05aa152b508be69b9f1e035371d4080f448f924 100644
|
| --- a/base/strings/string_piece_unittest.cc
|
| +++ b/base/strings/string_piece_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/strings/string16.h"
|
|
|