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

Unified Diff: components/sync/core/non_blocking_sync_common.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
Index: components/sync/core/non_blocking_sync_common.h
diff --git a/sync/internal_api/public/non_blocking_sync_common.h b/components/sync/core/non_blocking_sync_common.h
similarity index 82%
rename from sync/internal_api/public/non_blocking_sync_common.h
rename to components/sync/core/non_blocking_sync_common.h
index 5424e46ae400fb80cdde06a3a494448c26c7bca6..5f3c09c596da0b422cb98254a06fd41c9d965d16 100644
--- a/sync/internal_api/public/non_blocking_sync_common.h
+++ b/components/sync/core/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 SYNC_INTERNAL_API_PUBLIC_NON_BLOCKING_SYNC_COMMON_H_
-#define SYNC_INTERNAL_API_PUBLIC_NON_BLOCKING_SYNC_COMMON_H_
+#ifndef COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
+#define COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
#include <stdint.h>
@@ -11,9 +11,9 @@
#include <vector>
#include "base/time/time.h"
-#include "sync/api/entity_data.h"
-#include "sync/base/sync_export.h"
-#include "sync/protocol/sync.pb.h"
+#include "components/sync/api/entity_data.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/protocol/sync.pb.h"
namespace syncer_v2 {
@@ -63,4 +63,4 @@ typedef std::vector<UpdateResponseData> UpdateResponseDataList;
} // namespace syncer_v2
-#endif // SYNC_INTERNAL_API_PUBLIC_NON_BLOCKING_SYNC_COMMON_H_
+#endif // COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
« no previous file with comments | « components/sync/core/network_time_update_callback.h ('k') | components/sync/core/non_blocking_sync_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698