| Index: third_party/protobuf/src/google/protobuf/unknown_field_set.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/unknown_field_set.cc b/third_party/protobuf/src/google/protobuf/unknown_field_set.cc
|
| index 15498ef591a952b5dbcea547c8290facf573268d..38a36d51349ddb33405eb024c247dd6be34b72cb 100644
|
| --- a/third_party/protobuf/src/google/protobuf/unknown_field_set.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/unknown_field_set.cc
|
| @@ -37,8 +37,8 @@
|
| #include <google/protobuf/stubs/stl_util-inl.h>
|
| #include <google/protobuf/io/coded_stream.h>
|
| #include <google/protobuf/io/zero_copy_stream.h>
|
| -#include <google/protobuf/io/zero_copy_stream_impl.h>
|
| -#include <google/protobuf/wire_format.h>
|
| +#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
|
| +#include <google/protobuf/wire_format_lite.h>
|
|
|
| namespace google {
|
| namespace protobuf {
|
|
|