| Index: components/sync/syncable/invalid_directory_backing_store.h
|
| diff --git a/components/sync/syncable/invalid_directory_backing_store.h b/components/sync/syncable/invalid_directory_backing_store.h
|
| index 77270ae2c1d927f63d3db69ff8188e0fb3147216..cb5d5993f1ec3969c71042598af9d3f4c500a93a 100644
|
| --- a/components/sync/syncable/invalid_directory_backing_store.h
|
| +++ b/components/sync/syncable/invalid_directory_backing_store.h
|
| @@ -6,14 +6,13 @@
|
| #define COMPONENTS_SYNC_SYNCABLE_INVALID_DIRECTORY_BACKING_STORE_H_
|
|
|
| #include "base/macros.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/syncable/directory_backing_store.h"
|
|
|
| namespace syncer {
|
| namespace syncable {
|
|
|
| // A class used to test scenarios where loading a directory fails.
|
| -class SYNC_EXPORT InvalidDirectoryBackingStore : public DirectoryBackingStore {
|
| +class InvalidDirectoryBackingStore : public DirectoryBackingStore {
|
| public:
|
| InvalidDirectoryBackingStore();
|
| ~InvalidDirectoryBackingStore() override;
|
|
|