| Index: components/sync_driver/change_processor.cc
|
| diff --git a/components/sync_driver/change_processor.cc b/components/sync_driver/change_processor.cc
|
| index 872851e518dc4855dc32aa6c2c6172444f319392..9ba5ca8c07e9e3dab930b5390688b30c02b8e819 100644
|
| --- a/components/sync_driver/change_processor.cc
|
| +++ b/components/sync_driver/change_processor.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "components/sync_driver/change_processor.h"
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
|
|
| ChangeProcessor::ChangeProcessor(DataTypeErrorHandler* error_handler)
|
| : error_handler_(error_handler),
|
| @@ -30,4 +30,4 @@ syncer::UserShare* ChangeProcessor::share_handle() const {
|
| return share_handle_;
|
| }
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|