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

Unified Diff: components/sync/engine/sync_backend_registrar.cc

Issue 2556783005: [Sync] Move SyncBackendRegistrar to engine/ (Closed)
Patch Set: Created 4 years 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
Index: components/sync/engine/sync_backend_registrar.cc
diff --git a/components/sync/driver/glue/sync_backend_registrar.cc b/components/sync/engine/sync_backend_registrar.cc
similarity index 99%
rename from components/sync/driver/glue/sync_backend_registrar.cc
rename to components/sync/engine/sync_backend_registrar.cc
index 874d31cdbf14dbb3f5e0a04c1bdbabc9b36cf658..ad300d46fdfd4f6f20e250b7d707f1cac694f49a 100644
--- a/components/sync/driver/glue/sync_backend_registrar.cc
+++ b/components/sync/engine/sync_backend_registrar.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync/driver/glue/sync_backend_registrar.h"
+#include "components/sync/engine/sync_backend_registrar.h"
#include <algorithm>
#include <cstddef>
« no previous file with comments | « components/sync/engine/sync_backend_registrar.h ('k') | components/sync/engine/sync_backend_registrar_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698