Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: components/sync/syncable/directory_backing_store_unittest.cc

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « components/sync/syncable/directory_backing_store.h ('k') | components/sync/syncable/directory_change_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698