Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: components/sync_driver/sync_error_controller.cc

Issue 1272713002: [Sync] Move sync error controller to sync driver component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_driver/sync_error_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
}
« no previous file with comments | « components/sync_driver/sync_error_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698