summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/change_record.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/change_record.h')
-rw-r--r--sync/internal_api/public/change_record.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync/internal_api/public/change_record.h b/sync/internal_api/public/change_record.h
index 9f51737..34e1a7d 100644
--- a/sync/internal_api/public/change_record.h
+++ b/sync/internal_api/public/change_record.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_INTERNAL_PUBLIC_API_CHANGE_RECORD_H_
-#define SYNC_INTERNAL_PUBLIC_API_CHANGE_RECORD_H_
+#ifndef SYNC_INTERNAL_API_PUBLIC_CHANGE_RECORD_H_
+#define SYNC_INTERNAL_API_PUBLIC_CHANGE_RECORD_H_
#include <vector>
@@ -41,7 +41,7 @@ class SYNC_EXPORT ExtraPasswordChangeRecordData {
// operation. This gives the sync id of the node that changed, and the type
// of change. To get the actual property values after an ADD or UPDATE, the
// client should get the node with InitByIdLookup(), using the provided id.
-struct SYNC_EXPORT_PRIVATE ChangeRecord {
+struct SYNC_EXPORT ChangeRecord {
enum Action {
ACTION_ADD,
ACTION_DELETE,