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

Unified Diff: components/sync/core_impl/syncapi_server_connection_manager.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_impl/syncapi_server_connection_manager.h
diff --git a/sync/internal_api/syncapi_server_connection_manager.h b/components/sync/core_impl/syncapi_server_connection_manager.h
similarity index 88%
rename from sync/internal_api/syncapi_server_connection_manager.h
rename to components/sync/core_impl/syncapi_server_connection_manager.h
index 093de7aa149f4dcc896d7d264362706577e79b42..53aa61a4eae9c6600879c6dc3d6be6ee9596d9ef 100644
--- a/sync/internal_api/syncapi_server_connection_manager.h
+++ b/components/sync/core_impl/syncapi_server_connection_manager.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_SYNCAPI_SERVER_CONNECTION_MANAGER_H_
-#define SYNC_INTERNAL_API_SYNCAPI_SERVER_CONNECTION_MANAGER_H_
+#ifndef COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_SERVER_CONNECTION_MANAGER_H_
+#define COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_SERVER_CONNECTION_MANAGER_H_
#include <memory>
#include <string>
@@ -11,8 +11,8 @@
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
-#include "sync/base/sync_export.h"
-#include "sync/engine/net/server_connection_manager.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/engine_impl/net/server_connection_manager.h"
namespace syncer {
@@ -79,4 +79,4 @@ class SYNC_EXPORT SyncAPIServerConnectionManager
} // namespace syncer
-#endif // SYNC_INTERNAL_API_SYNCAPI_SERVER_CONNECTION_MANAGER_H_
+#endif // COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_SERVER_CONNECTION_MANAGER_H_
« no previous file with comments | « components/sync/core_impl/syncapi_internal.cc ('k') | components/sync/core_impl/syncapi_server_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698