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

Unified Diff: components/sync/core/http_post_provider_interface.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/http_post_provider_interface.h
diff --git a/sync/internal_api/public/http_post_provider_interface.h b/components/sync/core/http_post_provider_interface.h
similarity index 90%
rename from sync/internal_api/public/http_post_provider_interface.h
rename to components/sync/core/http_post_provider_interface.h
index f3aefd7da7d3f117094d3449a8e54d32f734f9a9..b1ac384d1336cf86cb4a260a3d36a4ec7cb4c7b0 100644
--- a/sync/internal_api/public/http_post_provider_interface.h
+++ b/components/sync/core/http_post_provider_interface.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_HTTP_POST_PROVIDER_INTERFACE_H_
-#define SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
+#ifndef COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
+#define COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
#include <string>
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -61,4 +61,4 @@ class SYNC_EXPORT HttpPostProviderInterface {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
+#endif // COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
« no previous file with comments | « components/sync/core/http_post_provider_factory.h ('k') | components/sync/core/internal_components_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698