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

Unified Diff: components/sync/core/http_bridge.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/core/delete_journal.cc ('k') | components/sync/core/http_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/http_bridge.h
diff --git a/sync/internal_api/public/http_bridge.h b/components/sync/core/http_bridge.h
similarity index 95%
rename from sync/internal_api/public/http_bridge.h
rename to components/sync/core/http_bridge.h
index cd6106c99d82c7aaa82c984a8ebce4b5e4c5d81a..a4d37e6d21a002ee1513b9f321c94f01642be2d9 100644
--- a/sync/internal_api/public/http_bridge.h
+++ b/components/sync/core/http_bridge.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_PUBLIC_HTTP_BRIDGE_H_
-#define SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_
+#ifndef COMPONENTS_SYNC_CORE_HTTP_BRIDGE_H_
+#define COMPONENTS_SYNC_CORE_HTTP_BRIDGE_H_
#include <stdint.h>
@@ -17,14 +17,14 @@
#include "base/synchronization/waitable_event.h"
#include "base/threading/thread_checker.h"
#include "base/timer/timer.h"
+#include "components/sync/base/cancelation_observer.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/core/http_post_provider_factory.h"
+#include "components/sync/core/http_post_provider_interface.h"
+#include "components/sync/core/network_time_update_callback.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_context_getter.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/cancelation_observer.h"
-#include "sync/internal_api/public/http_post_provider_factory.h"
-#include "sync/internal_api/public/http_post_provider_interface.h"
-#include "sync/internal_api/public/network_time_update_callback.h"
#include "url/gurl.h"
class HttpBridgeTest;
@@ -230,4 +230,4 @@ class SYNC_EXPORT HttpBridgeFactory : public HttpPostProviderFactory,
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_
+#endif // COMPONENTS_SYNC_CORE_HTTP_BRIDGE_H_
« no previous file with comments | « components/sync/core/delete_journal.cc ('k') | components/sync/core/http_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698