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

Unified Diff: components/sync/base/unique_position.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/base/time.cc ('k') | components/sync/base/unique_position.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/unique_position.h
diff --git a/sync/internal_api/public/base/unique_position.h b/components/sync/base/unique_position.h
similarity index 96%
rename from sync/internal_api/public/base/unique_position.h
rename to components/sync/base/unique_position.h
index 70e9b39e09d25ba8e480aff8a769b52cb5c2e56e..bfb27f655f99d5486a9ebb4cd60511a439ec6c74 100644
--- a/sync/internal_api/public/base/unique_position.h
+++ b/components/sync/base/unique_position.h
@@ -2,15 +2,15 @@
// 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_BASE_UNIQUE_POSITION_H_
-#define SYNC_INTERNAL_API_PUBLIC_BASE_UNIQUE_POSITION_H_
+#ifndef COMPONENTS_SYNC_BASE_UNIQUE_POSITION_H_
+#define COMPONENTS_SYNC_BASE_UNIQUE_POSITION_H_
#include <stddef.h>
#include <stdint.h>
#include <string>
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace sync_pb {
class UniquePosition;
@@ -144,4 +144,4 @@ class SYNC_EXPORT UniquePosition {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_BASE_UNIQUE_POSITION_H_
+#endif // COMPONENTS_SYNC_BASE_UNIQUE_POSITION_H_
« no previous file with comments | « components/sync/base/time.cc ('k') | components/sync/base/unique_position.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698