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

Unified Diff: sync/syncable/directory.h

Issue 11624037: [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (no code changes) Created 7 years, 12 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 | « sync/sessions/sync_session_context.h ('k') | sync/syncable/directory_backing_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory.h
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
index 0eb0ae792c38c3599ba51c6b6652d6b90e5ab58a..3b88112991e4f30227f423831c106956eff04b88 100644
--- a/sync/syncable/directory.h
+++ b/sync/syncable/directory.h
@@ -151,7 +151,7 @@ class SYNC_EXPORT Directory {
// Various data that the Directory::Kernel we are backing (persisting data
// for) needs saved across runs of the application.
- struct PersistedKernelInfo {
+ struct SYNC_EXPORT_PRIVATE PersistedKernelInfo {
PersistedKernelInfo();
~PersistedKernelInfo();
@@ -203,7 +203,7 @@ class SYNC_EXPORT Directory {
// When the Directory is told to SaveChanges, a SaveChangesSnapshot is
// constructed and forms a consistent snapshot of what needs to be sent to
// the backing store.
- struct SaveChangesSnapshot {
+ struct SYNC_EXPORT_PRIVATE SaveChangesSnapshot {
SaveChangesSnapshot();
~SaveChangesSnapshot();
« no previous file with comments | « sync/sessions/sync_session_context.h ('k') | sync/syncable/directory_backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698