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

Unified Diff: components/sync/core/internal_components_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
Index: components/sync/core/internal_components_factory.h
diff --git a/components/sync/core/internal_components_factory.h b/components/sync/core/internal_components_factory.h
index e4b9d2ee4dfe8e45701e8e3b37c472f351255b85..6512d8733b9b0c7dd6d13c6ed746d2fa8535030c 100644
--- a/components/sync/core/internal_components_factory.h
+++ b/components/sync/core/internal_components_factory.h
@@ -14,7 +14,6 @@
#include <vector>
#include "base/files/file_path.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/engine/model_safe_worker.h"
namespace syncer {
@@ -36,7 +35,7 @@ class Directory;
class DirectoryBackingStore;
}
-class SYNC_EXPORT InternalComponentsFactory {
+class InternalComponentsFactory {
public:
enum EncryptionMethod {
ENCRYPTION_LEGACY,
« no previous file with comments | « components/sync/core/http_post_provider_interface.h ('k') | components/sync/core/internal_components_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698