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

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

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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
Index: components/sync/engine/non_blocking_sync_common.h
diff --git a/components/sync/core/non_blocking_sync_common.h b/components/sync/engine/non_blocking_sync_common.h
similarity index 89%
rename from components/sync/core/non_blocking_sync_common.h
rename to components/sync/engine/non_blocking_sync_common.h
index 6066a02c97e032674437db018f2de1db8d37e67b..1914b74364957f681a2b7c15c36de8747120c966 100644
--- a/components/sync/core/non_blocking_sync_common.h
+++ b/components/sync/engine/non_blocking_sync_common.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_CORE_NON_BLOCKING_SYNC_COMMON_H_
-#define COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
+#ifndef COMPONENTS_SYNC_ENGINE_NON_BLOCKING_SYNC_COMMON_H_
+#define COMPONENTS_SYNC_ENGINE_NON_BLOCKING_SYNC_COMMON_H_
#include <stdint.h>
@@ -62,4 +62,4 @@ typedef std::vector<UpdateResponseData> UpdateResponseDataList;
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
+#endif // COMPONENTS_SYNC_ENGINE_NON_BLOCKING_SYNC_COMMON_H_
« no previous file with comments | « components/sync/engine/model_type_processor_proxy.cc ('k') | components/sync/engine/non_blocking_sync_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698