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

Unified Diff: components/sync/core_impl/protocol_event_buffer.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/protocol_event_buffer.h
diff --git a/components/sync/core_impl/protocol_event_buffer.h b/components/sync/core_impl/protocol_event_buffer.h
index ee7ddeeef96d6bb22d397b354f26a8fef6dc356a..9e70b5b976a2e04e206b031c781c0f80405c4aeb 100644
--- a/components/sync/core_impl/protocol_event_buffer.h
+++ b/components/sync/core_impl/protocol_event_buffer.h
@@ -11,7 +11,6 @@
#include "base/macros.h"
#include "base/memory/scoped_vector.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -20,7 +19,7 @@ class ProtocolEvent;
// A container for ProtocolEvents.
//
// Stores at most kBufferSize events, then starts dropping the oldest events.
-class SYNC_EXPORT ProtocolEventBuffer {
+class ProtocolEventBuffer {
public:
static const size_t kBufferSize;
« no previous file with comments | « components/sync/core_impl/model_type_connector_proxy.h ('k') | components/sync/core_impl/sync_encryption_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698