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

Unified Diff: components/sync/engine_impl/commit_queue.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months 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_impl/commit_processor.cc ('k') | components/sync/engine_impl/commit_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_queue.h
diff --git a/sync/engine/commit_queue.h b/components/sync/engine_impl/commit_queue.h
similarity index 70%
rename from sync/engine/commit_queue.h
rename to components/sync/engine_impl/commit_queue.h
index a5355061a660c0e513ed232de5472fd46c88a795..7001a25003142cb347cbd98f68854484b09f36dd 100644
--- a/sync/engine/commit_queue.h
+++ b/components/sync/engine_impl/commit_queue.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_ENGINE_COMMIT_QUEUE_H_
-#define SYNC_ENGINE_COMMIT_QUEUE_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_QUEUE_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_QUEUE_H_
-#include "sync/internal_api/public/non_blocking_sync_common.h"
+#include "components/sync/core/non_blocking_sync_common.h"
namespace syncer_v2 {
@@ -21,4 +21,4 @@ class SYNC_EXPORT CommitQueue {
} // namespace syncer_v2
-#endif // SYNC_ENGINE_COMMIT_QUEUE_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_QUEUE_H_
« no previous file with comments | « components/sync/engine_impl/commit_processor.cc ('k') | components/sync/engine_impl/commit_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698