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

Unified Diff: components/sync/core/model_type_store_backend.h

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
« no previous file with comments | « components/sync/core/model_type_processor.h ('k') | components/sync/core/network_resources.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/model_type_store_backend.h
diff --git a/components/sync/core/model_type_store_backend.h b/components/sync/core/model_type_store_backend.h
index f0aece52c142182e777b9dfe41c6df177e95bb08..a6e9df1cbe321e41fa83984d6592c37c00dfcb92 100644
--- a/components/sync/core/model_type_store_backend.h
+++ b/components/sync/core/model_type_store_backend.h
@@ -13,7 +13,6 @@
#include "base/macros.h"
#include "base/threading/thread_collision_warner.h"
#include "components/sync/api/model_type_store.h"
-#include "components/sync/base/sync_export.h"
namespace leveldb {
class DB;
@@ -26,7 +25,7 @@ namespace syncer_v2 {
// ModelTypeStoreBackend handles operations with leveldb. It is oblivious of the
// fact that it is called from separate thread (with the exception of ctor),
// meaning it shouldn't deal with callbacks and task_runners.
-class SYNC_EXPORT ModelTypeStoreBackend
+class ModelTypeStoreBackend
: public base::RefCountedThreadSafe<ModelTypeStoreBackend> {
public:
typedef std::unordered_map<std::string, ModelTypeStoreBackend*> BackendMap;
« no previous file with comments | « components/sync/core/model_type_processor.h ('k') | components/sync/core/network_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698