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

Unified Diff: sync/internal_api/public/events/configure_get_updates_request_event.h

Issue 212603007: sync: Buffer Protocol Events for about:sync page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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: sync/internal_api/public/events/configure_get_updates_request_event.h
diff --git a/sync/internal_api/public/events/configure_get_updates_request_event.h b/sync/internal_api/public/events/configure_get_updates_request_event.h
index eb783ab98e3cce7c926114fe02412752df6090b6..dcec982d85fac1cf7ef12e8e25f8ac3a0ec90957 100644
--- a/sync/internal_api/public/events/configure_get_updates_request_event.h
+++ b/sync/internal_api/public/events/configure_get_updates_request_event.h
@@ -8,13 +8,15 @@
#include "base/memory/scoped_ptr.h"
#include "base/time/time.h"
#include "base/values.h"
+#include "sync/base/sync_export.h"
#include "sync/internal_api/public/events/protocol_event.h"
#include "sync/protocol/sync.pb.h"
namespace syncer {
// An event representing a configure GetUpdates request to the server.
-class ConfigureGetUpdatesRequestEvent : public ProtocolEvent {
+class SYNC_EXPORT_PRIVATE ConfigureGetUpdatesRequestEvent
+ : public ProtocolEvent {
public:
ConfigureGetUpdatesRequestEvent(
base::Time timestamp,
« no previous file with comments | « sync/internal_api/public/events/commit_response_event.h ('k') | sync/internal_api/public/events/get_updates_response_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698