| Index: components/sync_driver/shared_change_processor_ref.cc
|
| diff --git a/components/sync_driver/shared_change_processor_ref.cc b/components/sync_driver/shared_change_processor_ref.cc
|
| index a833effacaa431bd3888fcdf489aeca1e689c4f6..0ba26057f402ef6a5b4ea6afc06a587431e69b98 100644
|
| --- a/components/sync_driver/shared_change_processor_ref.cc
|
| +++ b/components/sync_driver/shared_change_processor_ref.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "components/sync_driver/shared_change_processor_ref.h"
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
|
|
| SharedChangeProcessorRef::SharedChangeProcessorRef(
|
| const scoped_refptr<SharedChangeProcessor>& change_processor)
|
| @@ -39,4 +39,4 @@ syncer::SyncError SharedChangeProcessorRef::CreateAndUploadError(
|
| return change_processor_->CreateAndUploadError(from_here, message);
|
| }
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|