| Index: components/sync_driver/change_processor.h
|
| diff --git a/components/sync_driver/change_processor.h b/components/sync_driver/change_processor.h
|
| index efefea92565172ec52153a9ce09eb4661f40d235..30762be63d08db12c63e20dd9b9046ba19308cf3 100644
|
| --- a/components/sync_driver/change_processor.h
|
| +++ b/components/sync_driver/change_processor.h
|
| @@ -14,7 +14,7 @@ namespace syncer {
|
| class UnrecoverableErrorHandler;
|
| } // namespace syncer
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
|
|
| class ModelAssociator;
|
|
|
| @@ -83,6 +83,6 @@ class ChangeProcessor {
|
| DISALLOW_COPY_AND_ASSIGN(ChangeProcessor);
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|
| #endif // COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_H_
|
|
|