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

Unified Diff: components/sync/core_impl/debug_info_event_listener.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_impl/debug_info_event_listener.h
diff --git a/components/sync/core_impl/debug_info_event_listener.h b/components/sync/core_impl/debug_info_event_listener.h
index 88f46f5535fc33569639af400f50df23862be645..91f521c9c80b5d092c589c895eba9d5dd610c98a 100644
--- a/components/sync/core_impl/debug_info_event_listener.h
+++ b/components/sync/core_impl/debug_info_event_listener.h
@@ -13,7 +13,6 @@
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/weak_handle.h"
#include "components/sync/core/data_type_debug_info_listener.h"
#include "components/sync/core/sync_encryption_handler.h"
@@ -33,11 +32,10 @@ const unsigned int kMaxEntries = MODEL_TYPE_COUNT + 10;
// Listens to events and records them in a queue. And passes the events to
// syncer when requested.
// This class is not thread safe and should only be accessed on the sync thread.
-class SYNC_EXPORT DebugInfoEventListener
- : public SyncManager::Observer,
- public SyncEncryptionHandler::Observer,
- public sessions::DebugInfoGetter,
- public DataTypeDebugInfoListener {
+class DebugInfoEventListener : public SyncManager::Observer,
+ public SyncEncryptionHandler::Observer,
+ public sessions::DebugInfoGetter,
+ public DataTypeDebugInfoListener {
public:
DebugInfoEventListener();
~DebugInfoEventListener() override;
« no previous file with comments | « components/sync/core_impl/attachments/proto/BUILD.gn ('k') | components/sync/core_impl/js_mutation_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698