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

Unified Diff: components/sync/engine_impl/nudge_handler.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/engine_impl/nudge_handler.h
diff --git a/components/sync/engine_impl/nudge_handler.h b/components/sync/engine_impl/nudge_handler.h
index f6233b11f9168ccc6dfdef0bfd621953929195ca..ce992ce50702faba273249549de42955e78ce5a4 100644
--- a/components/sync/engine_impl/nudge_handler.h
+++ b/components/sync/engine_impl/nudge_handler.h
@@ -7,11 +7,10 @@
#include "base/compiler_specific.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
-class SYNC_EXPORT NudgeHandler {
+class NudgeHandler {
public:
NudgeHandler();
virtual ~NudgeHandler();
« no previous file with comments | « components/sync/engine_impl/net/server_connection_manager.h ('k') | components/sync/engine_impl/sync_cycle_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698