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

Unified Diff: components/sync/core/sync_manager_factory.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/sync_manager.h ('k') | components/sync/core/user_share.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/sync_manager_factory.h
diff --git a/components/sync/core/sync_manager_factory.h b/components/sync/core/sync_manager_factory.h
index 744deabab3655739797adac33ed7f32f45f2f9ce..827d5b6cc7600a48813ead01bffdeb8bee0d2636 100644
--- a/components/sync/core/sync_manager_factory.h
+++ b/components/sync/core/sync_manager_factory.h
@@ -9,14 +9,13 @@
#include <string>
#include "base/macros.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
class SyncManager;
// Helper class to allow dependency injection of the SyncManager in tests.
-class SYNC_EXPORT SyncManagerFactory {
+class SyncManagerFactory {
public:
SyncManagerFactory();
virtual ~SyncManagerFactory();
« no previous file with comments | « components/sync/core/sync_manager.h ('k') | components/sync/core/user_share.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698