Chromium Code Reviews| Index: components/sync/sessions/commit_counters.h |
| diff --git a/components/sync/sessions/commit_counters.h b/components/sync/sessions/commit_counters.h |
| index 97d22f625ca0f0fb7825ee6e8abe40259f30e46b..2164fad427f23bc9e259e0643ca4c951ca56558c 100644 |
| --- a/components/sync/sessions/commit_counters.h |
| +++ b/components/sync/sessions/commit_counters.h |
| @@ -9,12 +9,11 @@ |
| #include <string> |
| #include "base/values.h" |
| -#include "components/sync/base/sync_export.h" |
| namespace syncer { |
| // A class to maintain counts related to sync commit requests and responses. |
| -struct SYNC_EXPORT CommitCounters { |
| +struct CommitCounters { |
| CommitCounters(); |
| ~CommitCounters(); |