Index: sync/sessions/debug_info_getter.h |
diff --git a/sync/sessions/debug_info_getter.h b/sync/sessions/debug_info_getter.h |
index c434091c3c3ab9c01bda34117aaea51a1f109b14..c1536ba50c856e599e235b7270745d51e7215656 100644 |
--- a/sync/sessions/debug_info_getter.h |
+++ b/sync/sessions/debug_info_getter.h |
@@ -1,10 +1,11 @@ |
-// 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. |
#ifndef SYNC_SESSIONS_DEBUG_INFO_GETTER_H_ |
#define SYNC_SESSIONS_DEBUG_INFO_GETTER_H_ |
+#include "sync/base/sync_export.h" |
#include "sync/protocol/sync.pb.h" |
namespace syncer { |
@@ -12,7 +13,7 @@ namespace sessions { |
// This is the interface that needs to be implemented by the event listener |
// to communicate the debug info data to the syncer. |
-class DebugInfoGetter { |
+class SYNC_EXPORT_PRIVATE DebugInfoGetter { |
public: |
// Gets the client debug info and clears the state so the same data is not |
// sent again. |