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

Unified Diff: components/sync/core/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/model_type_store_backend.h ('k') | components/sync/core/non_blocking_sync_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/network_resources.h
diff --git a/components/sync/core/network_resources.h b/components/sync/core/network_resources.h
index b9e056272defc1acfee3ae5ecdc7abedfbc1afa3..db1d2b29add43639c41d0a728c3500b8698e308f 100644
--- a/components/sync/core/network_resources.h
+++ b/components/sync/core/network_resources.h
@@ -7,7 +7,6 @@
#include <memory>
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/network_time_update_callback.h"
namespace net {
@@ -19,7 +18,7 @@ namespace syncer {
class CancelationSignal;
class HttpPostProviderFactory;
-class SYNC_EXPORT NetworkResources {
+class NetworkResources {
public:
virtual ~NetworkResources() {}
« no previous file with comments | « components/sync/core/model_type_store_backend.h ('k') | components/sync/core/non_blocking_sync_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698