| Index: components/sync/sessions_impl/directory_type_debug_info_emitter.h
|
| diff --git a/components/sync/sessions_impl/directory_type_debug_info_emitter.h b/components/sync/sessions_impl/directory_type_debug_info_emitter.h
|
| index b702724321887a69c4d17fe7a0a490b9a192cb41..636d927a97393d63776ea25d632d6f03642d9df4 100644
|
| --- a/components/sync/sessions_impl/directory_type_debug_info_emitter.h
|
| +++ b/components/sync/sessions_impl/directory_type_debug_info_emitter.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| #include "base/values.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/sessions/commit_counters.h"
|
| #include "components/sync/sessions/update_counters.h"
|
| #include "components/sync/syncable/directory.h"
|
| @@ -34,7 +33,7 @@ class TypeDebugInfoObserver;
|
| // is delegated to the UpdateHandler and CommitContributors. For the Stats
|
| // counters, the emitter will use its type_ and directory_ members to fetch all
|
| // the required information on demand.
|
| -class SYNC_EXPORT DirectoryTypeDebugInfoEmitter {
|
| +class DirectoryTypeDebugInfoEmitter {
|
| public:
|
| // Standard constructor for non-tests.
|
| //
|
|
|