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

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

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/ui_model_worker.h
diff --git a/components/sync/driver/glue/ui_model_worker.h b/components/sync/engine/ui_model_worker.h
similarity index 87%
rename from components/sync/driver/glue/ui_model_worker.h
rename to components/sync/engine/ui_model_worker.h
index c3f76946a1fe0fa0b0e44eab19723e1bc047d1e0..c158e2a5cbcc14471bf839b1ecdf8101a0541c15 100644
--- a/components/sync/driver/glue/ui_model_worker.h
+++ b/components/sync/engine/ui_model_worker.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_DRIVER_GLUE_UI_MODEL_WORKER_H_
-#define COMPONENTS_SYNC_DRIVER_GLUE_UI_MODEL_WORKER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_UI_MODEL_WORKER_H_
+#define COMPONENTS_SYNC_ENGINE_UI_MODEL_WORKER_H_
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -37,4 +37,4 @@ class UIModelWorker : public ModelSafeWorker {
} // namespace syncer
-#endif // COMPONENTS_SYNC_DRIVER_GLUE_UI_MODEL_WORKER_H_
+#endif // COMPONENTS_SYNC_ENGINE_UI_MODEL_WORKER_H_
« no previous file with comments | « components/sync/engine/browser_thread_model_worker_unittest.cc ('k') | components/sync/engine/ui_model_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698