summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/sessions/sync_source_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/sessions/sync_source_info.h')
-rw-r--r--sync/internal_api/public/sessions/sync_source_info.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sync/internal_api/public/sessions/sync_source_info.h b/sync/internal_api/public/sessions/sync_source_info.h
index f1f0920..f41727b 100644
--- a/sync/internal_api/public/sessions/sync_source_info.h
+++ b/sync/internal_api/public/sessions/sync_source_info.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,6 +6,7 @@
#define SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SOURCE_INFO_H_
#include "base/basictypes.h"
+#include "sync/base/sync_export.h"
#include "sync/internal_api/public/base/model_type.h"
#include "sync/internal_api/public/base/model_type_invalidation_map.h"
#include "sync/protocol/sync.pb.h"
@@ -20,7 +21,7 @@ namespace sessions {
// A container for the source of a sync session. This includes the update
// source, the datatypes triggering the sync session, and possible session
// specific payloads which should be sent to the server.
-struct SyncSourceInfo {
+struct SYNC_EXPORT SyncSourceInfo {
SyncSourceInfo();
explicit SyncSourceInfo(const ModelTypeInvalidationMap& t);
SyncSourceInfo(