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_ |