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

Unified Diff: components/sync/sessions_impl/directory_type_debug_info_emitter.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/sessions_impl/directory_type_debug_info_emitter.h
diff --git a/components/sync/sessions_impl/directory_type_debug_info_emitter.h b/components/sync/sessions_impl/directory_type_debug_info_emitter.h
index b702724321887a69c4d17fe7a0a490b9a192cb41..636d927a97393d63776ea25d632d6f03642d9df4 100644
--- a/components/sync/sessions_impl/directory_type_debug_info_emitter.h
+++ b/components/sync/sessions_impl/directory_type_debug_info_emitter.h
@@ -10,7 +10,6 @@
#include "base/macros.h"
#include "base/observer_list.h"
#include "base/values.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/sessions/commit_counters.h"
#include "components/sync/sessions/update_counters.h"
#include "components/sync/syncable/directory.h"
@@ -34,7 +33,7 @@ class TypeDebugInfoObserver;
// is delegated to the UpdateHandler and CommitContributors. For the Stats
// counters, the emitter will use its type_ and directory_ members to fetch all
// the required information on demand.
-class SYNC_EXPORT DirectoryTypeDebugInfoEmitter {
+class DirectoryTypeDebugInfoEmitter {
public:
// Standard constructor for non-tests.
//
« no previous file with comments | « components/sync/sessions_impl/debug_info_getter.h ('k') | components/sync/sessions_impl/model_type_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698