| Index: components/sync/base/proto_value_ptr.h
|
| diff --git a/components/sync/base/proto_value_ptr.h b/components/sync/base/proto_value_ptr.h
|
| index dbf046dd2c2b224827dc0c2b4727393fd62606c6..35c86b346aa199fd1e8eeb4695c56700f90fa05d 100644
|
| --- a/components/sync/base/proto_value_ptr.h
|
| +++ b/components/sync/base/proto_value_ptr.h
|
| @@ -9,11 +9,9 @@
|
| #include "base/memory/ref_counted.h"
|
|
|
| namespace syncer {
|
| -struct EntityData;
|
| -class ProcessorEntityTracker;
|
| -} // namespace syncer
|
|
|
| -namespace syncer {
|
| +class ProcessorEntityTracker;
|
| +struct EntityData;
|
|
|
| namespace syncable {
|
| struct EntryKernel;
|
|
|