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

Unified Diff: components/sync/engine/browser_thread_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/browser_thread_model_worker.h
diff --git a/components/sync/driver/glue/browser_thread_model_worker.h b/components/sync/engine/browser_thread_model_worker.h
similarity index 87%
rename from components/sync/driver/glue/browser_thread_model_worker.h
rename to components/sync/engine/browser_thread_model_worker.h
index 5e31117a25930145e49f264200832c5815b57020..3a121f66f6601c32c7c9112a8f29c1c6284b9cbe 100644
--- a/components/sync/driver/glue/browser_thread_model_worker.h
+++ b/components/sync/engine/browser_thread_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_BROWSER_THREAD_MODEL_WORKER_H_
-#define COMPONENTS_SYNC_DRIVER_GLUE_BROWSER_THREAD_MODEL_WORKER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_BROWSER_THREAD_MODEL_WORKER_H_
+#define COMPONENTS_SYNC_ENGINE_BROWSER_THREAD_MODEL_WORKER_H_
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -46,4 +46,4 @@ class BrowserThreadModelWorker : public ModelSafeWorker {
} // namespace syncer
-#endif // COMPONENTS_SYNC_DRIVER_GLUE_BROWSER_THREAD_MODEL_WORKER_H_
+#endif // COMPONENTS_SYNC_ENGINE_BROWSER_THREAD_MODEL_WORKER_H_
« no previous file with comments | « components/sync/driver/glue/ui_model_worker_unittest.cc ('k') | components/sync/engine/browser_thread_model_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698