| Index: components/sync_driver/generic_change_processor.h
|
| diff --git a/components/sync_driver/generic_change_processor.h b/components/sync_driver/generic_change_processor.h
|
| index 90f112e74c6ac081e4a270fcd92591c27a3e979a..03ff863abc78f4d85b0b334b9b5fde06f73f25d7 100644
|
| --- a/components/sync_driver/generic_change_processor.h
|
| +++ b/components/sync_driver/generic_change_processor.h
|
| @@ -27,7 +27,7 @@ class WriteTransaction;
|
| typedef std::vector<syncer::SyncData> SyncDataList;
|
| } // namespace syncer
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
| class SyncApiComponentFactory;
|
|
|
| // Datatype agnostic change processor. One instance of GenericChangeProcessor
|
| @@ -158,6 +158,6 @@ class GenericChangeProcessor : public ChangeProcessor,
|
| DISALLOW_COPY_AND_ASSIGN(GenericChangeProcessor);
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|
| #endif // COMPONENTS_SYNC_DRIVER_GENERIC_CHANGE_PROCESSOR_H_
|
|
|