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

Unified Diff: components/sync/base/sync_string_conversions.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/sync_export.h ('k') | components/sync/base/sync_string_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync/base/sync_export.h ('k') | components/sync/base/sync_string_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698