| Index: third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc b/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc
|
| index 8c7358c1911a516ea2358ee0e53c1ee10535792d..a9db8872d41e499e5a80cc2503948e3f69b356ba 100644
|
| --- a/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc
|
| @@ -63,8 +63,9 @@
|
| #endif
|
| #include <sstream>
|
|
|
| -#include <google/protobuf/io/zero_copy_stream_impl.h>
|
| +#include <google/protobuf/testing/file.h>
|
| #include <google/protobuf/io/coded_stream.h>
|
| +#include <google/protobuf/io/zero_copy_stream_impl.h>
|
|
|
| #if HAVE_ZLIB
|
| #include <google/protobuf/io/gzip_stream.h>
|
| @@ -72,7 +73,6 @@
|
|
|
| #include <google/protobuf/stubs/common.h>
|
| #include <google/protobuf/stubs/logging.h>
|
| -#include <google/protobuf/stubs/scoped_ptr.h>
|
| #include <google/protobuf/testing/googletest.h>
|
| #include <google/protobuf/testing/file.h>
|
| #include <gtest/gtest.h>
|
|
|