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

Unified Diff: components/sync/engine/browser_thread_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
Index: components/sync/engine/browser_thread_model_worker.cc
diff --git a/components/sync/driver/glue/browser_thread_model_worker.cc b/components/sync/engine/browser_thread_model_worker.cc
similarity index 96%
rename from components/sync/driver/glue/browser_thread_model_worker.cc
rename to components/sync/engine/browser_thread_model_worker.cc
index 736048cf262f5f10022091f0cf6341860ac1b71e..b1a90f22566736ea7c5bcfadd68721f6a477ee67 100644
--- a/components/sync/driver/glue/browser_thread_model_worker.cc
+++ b/components/sync/engine/browser_thread_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/browser_thread_model_worker.h"
+#include "components/sync/engine/browser_thread_model_worker.h"
#include "base/bind.h"
#include "base/callback.h"
« no previous file with comments | « components/sync/engine/browser_thread_model_worker.h ('k') | components/sync/engine/browser_thread_model_worker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698