| Index: components/sync/core/processor_entity_tracker.h
|
| diff --git a/components/sync/core/processor_entity_tracker.h b/components/sync/core/processor_entity_tracker.h
|
| index c41819ea4c82ae360b7771d88691a60e24750c60..467df20512b6881fd28a72802ca8006ebb614da9 100644
|
| --- a/components/sync/core/processor_entity_tracker.h
|
| +++ b/components/sync/core/processor_entity_tracker.h
|
| @@ -14,7 +14,7 @@
|
| #include "components/sync/api/entity_data.h"
|
| #include "components/sync/protocol/entity_metadata.pb.h"
|
|
|
| -namespace syncer_v2 {
|
| +namespace syncer {
|
| struct CommitRequestData;
|
| struct CommitResponseData;
|
| struct UpdateResponseData;
|
| @@ -148,6 +148,6 @@ class ProcessorEntityTracker {
|
| int64_t commit_requested_sequence_number_;
|
| };
|
|
|
| -} // namespace syncer_v2
|
| +} // namespace syncer
|
|
|
| #endif // COMPONENTS_SYNC_CORE_PROCESSOR_ENTITY_TRACKER_H_
|
|
|