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

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

Issue 2503423004: [Sync] Move sync's ModelSafeWorker implementations to engine/. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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/engine/ui_model_worker.h ('k') | components/sync/engine/ui_model_worker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/ui_model_worker.cc
diff --git a/components/sync/driver/glue/ui_model_worker.cc b/components/sync/engine/ui_model_worker.cc
similarity index 97%
rename from components/sync/driver/glue/ui_model_worker.cc
rename to components/sync/engine/ui_model_worker.cc
index c812f9a9b54ed6b95cf0c974a3d07f778f2eac48..69541553cab7404553758b1229de2b234dd9f83c 100644
--- a/components/sync/driver/glue/ui_model_worker.cc
+++ b/components/sync/engine/ui_model_worker.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/ui_model_worker.h"
+#include "components/sync/engine/ui_model_worker.h"
#include <utility>
« no previous file with comments | « components/sync/engine/ui_model_worker.h ('k') | components/sync/engine/ui_model_worker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698