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

Unified Diff: components/sync/engine/sync_string_conversions.h

Issue 2245073003: [Sync] Clean up intra-sync DEPS significantly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments/fix test. Created 4 years, 4 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/engine/commit_queue.cc ('k') | components/sync/engine/sync_string_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_string_conversions.h
diff --git a/components/sync/base/sync_string_conversions.h b/components/sync/engine/sync_string_conversions.h
similarity index 78%
rename from components/sync/base/sync_string_conversions.h
rename to components/sync/engine/sync_string_conversions.h
index c9f8d544c55e894e90d0c808c06b693dd6840eb7..0f6dcb29dd8e2c071607d5363908fb8522d75bcf 100644
--- a/components/sync/base/sync_string_conversions.h
+++ b/components/sync/engine/sync_string_conversions.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 COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_
-#define COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_
+#ifndef COMPONENTS_SYNC_ENGINE_SYNC_STRING_CONVERSIONS_H_
+#define COMPONENTS_SYNC_ENGINE_SYNC_STRING_CONVERSIONS_H_
#include "components/sync/core/connection_status.h"
#include "components/sync/core/sync_encryption_handler.h"
@@ -20,4 +20,4 @@ const char* PassphraseTypeToString(PassphraseType type);
const char* BootstrapTokenTypeToString(BootstrapTokenType type);
} // namespace syncer
-#endif // COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_
+#endif // COMPONENTS_SYNC_ENGINE_SYNC_STRING_CONVERSIONS_H_
« no previous file with comments | « components/sync/engine/commit_queue.cc ('k') | components/sync/engine/sync_string_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698