| Index: chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.cc b/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| index 2ed6f14e87518a7d13182d2ee96b4556ab091bc3..985c9f30059aac7af1aecf18445388ddbb4b96d1 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_mock.cc
|
| @@ -9,8 +9,8 @@
|
| #include "sync/api/attachments/attachment_service_impl.h"
|
| #include "sync/internal_api/public/attachments/fake_attachment_store.h"
|
|
|
| -using browser_sync::AssociatorInterface;
|
| -using browser_sync::ChangeProcessor;
|
| +using sync_driver::AssociatorInterface;
|
| +using sync_driver::ChangeProcessor;
|
| using testing::_;
|
| using testing::InvokeWithoutArgs;
|
|
|
|
|