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

Unified Diff: components/sync/api/sync_error_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/api/sync_error.h ('k') | components/sync/api/sync_merge_result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/sync_error_factory.h
diff --git a/components/sync/api/sync_error_factory.h b/components/sync/api/sync_error_factory.h
index 95fe6748105fe1e0b67fe8336a7e737ff613e37c..b0466d003e15e43d7ea76c78f81c49517b00d200 100644
--- a/components/sync/api/sync_error_factory.h
+++ b/components/sync/api/sync_error_factory.h
@@ -9,11 +9,10 @@
#include "base/location.h"
#include "components/sync/api/sync_error.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
-class SYNC_EXPORT SyncErrorFactory {
+class SyncErrorFactory {
public:
SyncErrorFactory();
virtual ~SyncErrorFactory();
« no previous file with comments | « components/sync/api/sync_error.h ('k') | components/sync/api/sync_merge_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698