Index: components/sync/base/sync_string_conversions.h |
diff --git a/sync/internal_api/public/util/sync_string_conversions.h b/components/sync/base/sync_string_conversions.h |
similarity index 62% |
rename from sync/internal_api/public/util/sync_string_conversions.h |
rename to components/sync/base/sync_string_conversions.h |
index 3084c52ad450844b74f161e2dff824a3a885a934..072ee654d1faac05e2e193700941aa9ce7f72028 100644 |
--- a/sync/internal_api/public/util/sync_string_conversions.h |
+++ b/components/sync/base/sync_string_conversions.h |
@@ -2,12 +2,12 @@ |
// 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_UTIL_SYNC_STRING_CONVERSIONS_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_UTIL_SYNC_STRING_CONVERSIONS_H_ |
+#ifndef COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_ |
+#define COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_ |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/connection_status.h" |
-#include "sync/internal_api/public/sync_encryption_handler.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/core/connection_status.h" |
+#include "components/sync/core/sync_encryption_handler.h" |
namespace syncer { |
@@ -22,4 +22,4 @@ SYNC_EXPORT const char* PassphraseTypeToString(PassphraseType type); |
const char* BootstrapTokenTypeToString(BootstrapTokenType type); |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_UTIL_SYNC_STRING_CONVERSIONS_H_ |
+#endif // COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_ |