| Index: chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor_unittest.cc b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| index 507438c4f58daab8930fddd4b1515c902a97fc8e..6f9afc55ffca87eee2a1a2983ad64782b89198b7 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| +++ b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| @@ -10,10 +10,10 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "chrome/browser/sync/glue/data_type_error_handler_mock.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory_impl.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory_mock.h"
|
| #include "chrome/browser/sync/profile_sync_service_mock.h"
|
| +#include "components/sync_driver/data_type_error_handler_mock.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "sync/api/fake_syncable_service.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|