summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/events/normal_get_updates_request_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/events/normal_get_updates_request_event.h')
-rw-r--r--sync/internal_api/public/events/normal_get_updates_request_event.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/sync/internal_api/public/events/normal_get_updates_request_event.h b/sync/internal_api/public/events/normal_get_updates_request_event.h
index 5765dec..9df2bd4 100644
--- a/sync/internal_api/public/events/normal_get_updates_request_event.h
+++ b/sync/internal_api/public/events/normal_get_updates_request_event.h
@@ -2,8 +2,10 @@
// 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_NORMAL_GET_UPDATES_REQUEST_H
-#define SYNC_INTERNAL_API_EVENTS_NORMAL_GET_UPDATES_REQUEST_H
+#ifndef SYNC_INTERNAL_API_PUBLIC_EVENTS_NORMAL_GET_UPDATES_REQUEST_EVENT_H_
+#define SYNC_INTERNAL_API_PUBLIC_EVENTS_NORMAL_GET_UPDATES_REQUEST_EVENT_H_
+
+#include <string>
#include "base/memory/scoped_ptr.h"
#include "base/time/time.h"
@@ -20,7 +22,7 @@ class NudgeTracker;
} // namespace sessions
// An event representing a 'normal mode' GetUpdate request to the server.
-class SYNC_EXPORT_PRIVATE NormalGetUpdatesRequestEvent : public ProtocolEvent {
+class SYNC_EXPORT NormalGetUpdatesRequestEvent : public ProtocolEvent {
public:
NormalGetUpdatesRequestEvent(
base::Time timestamp,
@@ -56,6 +58,6 @@ class SYNC_EXPORT_PRIVATE NormalGetUpdatesRequestEvent : public ProtocolEvent {
DISALLOW_COPY_AND_ASSIGN(NormalGetUpdatesRequestEvent);
};
-}
+} // namespace syncer
-#endif // SYNC_INTERNAL_API_EVENTS_NORMAL_GET_UPDATES_REQUEST_H
+#endif // SYNC_INTERNAL_API_PUBLIC_EVENTS_NORMAL_GET_UPDATES_REQUEST_EVENT_H_