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

Unified Diff: components/sync/core/http_bridge_network_resources.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. 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/core/http_bridge.h ('k') | components/sync/core/http_post_provider_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/http_bridge_network_resources.h
diff --git a/components/sync/core/http_bridge_network_resources.h b/components/sync/core/http_bridge_network_resources.h
index 0f25fa2430b9394b2fee814b47b6da0b78f03e54..59ecee34d3fc01185e30a12c054d70b613783af1 100644
--- a/components/sync/core/http_bridge_network_resources.h
+++ b/components/sync/core/http_bridge_network_resources.h
@@ -7,7 +7,6 @@
#include <memory>
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/network_resources.h"
#include "components/sync/core/network_time_update_callback.h"
@@ -20,7 +19,7 @@ namespace syncer {
class CancelationSignal;
class HttpPostProviderFactory;
-class SYNC_EXPORT HttpBridgeNetworkResources : public NetworkResources {
+class HttpBridgeNetworkResources : public NetworkResources {
public:
~HttpBridgeNetworkResources() override;
« no previous file with comments | « components/sync/core/http_bridge.h ('k') | components/sync/core/http_post_provider_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698