summaryrefslogtreecommitdiffstats
path: root/sync/engine/get_updates_processor.h
diff options
context:
space:
mode:
authorskym <skym@chromium.org>2015-12-07 14:20:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-07 22:21:29 +0000
commit1621aa930169650b0c4c371e743f3be58a70abae (patch)
tree48a2f45aa4f4dedbb8d783c75eb0b57506c1d3d7 /sync/engine/get_updates_processor.h
parent7d1fe34ef189666e5b828cc8b1b11c5516da902d (diff)
downloadchromium_src-1621aa930169650b0c4c371e743f3be58a70abae.zip
chromium_src-1621aa930169650b0c4c371e743f3be58a70abae.tar.gz
chromium_src-1621aa930169650b0c4c371e743f3be58a70abae.tar.bz2
[Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations on
all touched files. BUG=554242,567301 Review URL: https://codereview.chromium.org/1509563002 Cr-Commit-Position: refs/heads/master@{#363603}
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);