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

Unified Diff: components/sync/core_impl/syncapi_server_connection_manager.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
Index: components/sync/core_impl/syncapi_server_connection_manager.h
diff --git a/components/sync/core_impl/syncapi_server_connection_manager.h b/components/sync/core_impl/syncapi_server_connection_manager.h
index 53aa61a4eae9c6600879c6dc3d6be6ee9596d9ef..f3aa2d115ebc66a0a9428e10c3521f98c9c82fab 100644
--- a/components/sync/core_impl/syncapi_server_connection_manager.h
+++ b/components/sync/core_impl/syncapi_server_connection_manager.h
@@ -11,7 +11,6 @@
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/engine_impl/net/server_connection_manager.h"
namespace syncer {
@@ -48,8 +47,7 @@ class SyncAPIBridgedConnection : public ServerConnectionManager::Connection {
// A ServerConnectionManager subclass used by the syncapi layer. We use a
// subclass so that we can override MakePost() to generate a POST object using
// an instance of the HttpPostProviderFactory class.
-class SYNC_EXPORT SyncAPIServerConnectionManager
- : public ServerConnectionManager {
+class SyncAPIServerConnectionManager : public ServerConnectionManager {
public:
// Takes ownership of factory.
SyncAPIServerConnectionManager(const std::string& server,
« no previous file with comments | « components/sync/core_impl/syncapi_internal.h ('k') | components/sync/engine/events/clear_server_data_request_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698