summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/events/commit_request_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/events/commit_request_event.h')
-rw-r--r--sync/internal_api/public/events/commit_request_event.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sync/internal_api/public/events/commit_request_event.h b/sync/internal_api/public/events/commit_request_event.h
index 23f3cd8..1bf60d3 100644
--- a/sync/internal_api/public/events/commit_request_event.h
+++ b/sync/internal_api/public/events/commit_request_event.h
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_INTERNAL_API_EVENTS_COMMIT_REQUEST_EVENT_H
-#define SYNC_INTERNAL_API_EVENTS_COMMIT_REQUEST_EVENT_H
+#ifndef SYNC_INTERNAL_API_PUBLIC_EVENTS_COMMIT_REQUEST_EVENT_H_
+#define SYNC_INTERNAL_API_PUBLIC_EVENTS_COMMIT_REQUEST_EVENT_H_
#include <cstddef>
+#include <string>
#include "base/memory/scoped_ptr.h"
#include "base/time/time.h"
@@ -18,7 +19,7 @@
namespace syncer {
// An event representing a commit request message sent to the server.
-class SYNC_EXPORT_PRIVATE CommitRequestEvent : public ProtocolEvent {
+class SYNC_EXPORT CommitRequestEvent : public ProtocolEvent {
public:
CommitRequestEvent(
base::Time timestamp,
@@ -47,4 +48,4 @@ class SYNC_EXPORT_PRIVATE CommitRequestEvent : public ProtocolEvent {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_EVENTS_COMMIT_REQUEST_EVENT_H
+#endif // SYNC_INTERNAL_API_PUBLIC_EVENTS_COMMIT_REQUEST_EVENT_H_