Index: components/sync/syncable/directory_backing_store_unittest.cc |
diff --git a/components/sync/syncable/directory_backing_store_unittest.cc b/components/sync/syncable/directory_backing_store_unittest.cc |
index 21c3ebdccaf1ea3ab22ac79fd905a976ce090664..d26468d406519a6094dba5b24377d81477df0ea3 100644 |
--- a/components/sync/syncable/directory_backing_store_unittest.cc |
+++ b/components/sync/syncable/directory_backing_store_unittest.cc |
@@ -20,7 +20,6 @@ |
#include "base/strings/stringprintf.h" |
#include "build/build_config.h" |
#include "components/sync/base/node_ordinal.h" |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/base/time.h" |
#include "components/sync/protocol/bookmark_specifics.pb.h" |
#include "components/sync/protocol/sync.pb.h" |
@@ -56,8 +55,8 @@ std::unique_ptr<EntryKernel> CreateEntry(int id, const std::string& id_suffix) { |
} // namespace |
-SYNC_EXPORT extern const int32_t kCurrentPageSizeKB; |
-SYNC_EXPORT extern const int32_t kCurrentDBVersion; |
+extern const int32_t kCurrentPageSizeKB; |
+extern const int32_t kCurrentDBVersion; |
class MigrationTest : public testing::TestWithParam<int> { |
public: |