summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/sessions/status_counters.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/sessions/status_counters.h')
-rw-r--r--sync/internal_api/public/sessions/status_counters.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sync/internal_api/public/sessions/status_counters.h b/sync/internal_api/public/sessions/status_counters.h
index 7c12133..c74f9a9 100644
--- a/sync/internal_api/public/sessions/status_counters.h
+++ b/sync/internal_api/public/sessions/status_counters.h
@@ -5,8 +5,6 @@
#ifndef SYNC_INTERNAL_API_PUBLIC_SESSIONS_STATUS_COUNTERS_H_
#define SYNC_INTERNAL_API_PUBLIC_SESSIONS_STATUS_COUNTERS_H_
-#include <string>
-
#include "base/memory/scoped_ptr.h"
#include "base/values.h"
#include "sync/base/sync_export.h"
@@ -14,7 +12,7 @@
namespace syncer {
// A class to maintain counts related to the current status of a sync type.
-struct SYNC_EXPORT StatusCounters {
+struct SYNC_EXPORT_PRIVATE StatusCounters {
StatusCounters();
~StatusCounters();