| Index: components/sync/core/change_record_unittest.cc
|
| diff --git a/components/sync/core/change_record_unittest.cc b/components/sync/core/change_record_unittest.cc
|
| index 1ede7b25d8281cc2545523592ee736db8828b2ff..f097616afa910a634821cd55fb1f161e74ff91c1 100644
|
| --- a/components/sync/core/change_record_unittest.cc
|
| +++ b/components/sync/core/change_record_unittest.cc
|
| @@ -5,9 +5,7 @@
|
| #include "components/sync/core/change_record.h"
|
|
|
| #include <stddef.h>
|
| -#include <stdint.h>
|
|
|
| -#include <memory>
|
| #include <string>
|
| #include <utility>
|
|
|
| @@ -16,7 +14,6 @@
|
| #include "base/values.h"
|
| #include "components/sync/protocol/extension_specifics.pb.h"
|
| #include "components/sync/protocol/proto_value_conversions.h"
|
| -#include "components/sync/protocol/sync.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|