summaryrefslogtreecommitdiffstats
path: root/sync/engine/get_updates_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/get_updates_processor.h')
-rw-r--r--sync/engine/get_updates_processor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync/engine/get_updates_processor.h b/sync/engine/get_updates_processor.h
index 934c3f1..02e4482 100644
--- a/sync/engine/get_updates_processor.h
+++ b/sync/engine/get_updates_processor.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_ENGINE_GET_UPDATES_PROCESSOR_H
-#define SYNC_ENGINE_GET_UPDATES_PROCESSOR_H
+#ifndef SYNC_ENGINE_GET_UPDATES_PROCESSOR_H_
+#define SYNC_ENGINE_GET_UPDATES_PROCESSOR_H_
#include <map>
#include <vector>
@@ -42,7 +42,7 @@ class GetUpdatesDelegate;
// Most methods allow the caller to specify a subset of types on which the
// operation is to be applied. It is a logic error if the supplied set of types
// contains a type which was not previously registered with the manager.
-class SYNC_EXPORT_PRIVATE GetUpdatesProcessor {
+class SYNC_EXPORT GetUpdatesProcessor {
public:
explicit GetUpdatesProcessor(UpdateHandlerMap* update_handler_map,
const GetUpdatesDelegate& delegate);