| Index: chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| diff --git a/chrome/browser/notifications/extension_welcome_notification_unittest.cc b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| index da19f466b4145f208491d99fd3b3cce30af08d34..80ac986bce20ef963fa98f1ea66ac98637ec50fc 100644
|
| --- a/chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| +++ b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| @@ -21,8 +21,8 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/prefs/pref_service.h"
|
| -#include "components/sync/api/fake_sync_change_processor.h"
|
| -#include "components/sync/api/sync_error_factory_mock.h"
|
| +#include "components/sync/model/fake_sync_change_processor.h"
|
| +#include "components/sync/model/sync_error_factory_mock.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "extensions/browser/quota_service.h"
|
|
|