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 b3f576edfd69efe6e1ec6ef818039c62b5fd1c40..8e6baae05ac95be4e7b3da5435f01234af3242d6 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_mock.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_mock.cc |
@@ -11,8 +11,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; |
using testing::Return; |