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_ |