| Index: components/sync_driver/sync_error_controller.cc
|
| diff --git a/chrome/browser/sync/sync_error_controller.cc b/components/sync_driver/sync_error_controller.cc
|
| similarity index 77%
|
| rename from chrome/browser/sync/sync_error_controller.cc
|
| rename to components/sync_driver/sync_error_controller.cc
|
| index c6346d0396ae6b989fdc393cf0a6cfb4ec0ddbde..2db92771f799136e866062d1387836db8924772b 100644
|
| --- a/chrome/browser/sync/sync_error_controller.cc
|
| +++ b/components/sync_driver/sync_error_controller.cc
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/sync_error_controller.h"
|
| +#include "components/sync_driver/sync_error_controller.h"
|
|
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| -#include "chrome/browser/sync/profile_sync_service_factory.h"
|
| +#include "components/sync_driver/sync_service.h"
|
|
|
| -SyncErrorController::SyncErrorController(ProfileSyncService* service)
|
| +SyncErrorController::SyncErrorController(sync_driver::SyncService* service)
|
| : service_(service) {
|
| DCHECK(service_);
|
| }
|
|
|