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

Unified Diff: sync/util/get_session_name.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/util/data_encryption_win.h ('k') | sync/util/time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/get_session_name.h
diff --git a/sync/util/get_session_name.h b/sync/util/get_session_name.h
index 4a0600d5f8fd9990d6b32ffb72bf7d9c99782775..724ae3ca7b8e5345e1f94f97cf17ca67e6447d9a 100644
--- a/sync/util/get_session_name.h
+++ b/sync/util/get_session_name.h
@@ -21,7 +21,7 @@ SYNC_EXPORT void GetSessionName(
const scoped_refptr<base::TaskRunner>& task_runner,
const base::Callback<void(const std::string&)>& done_callback);
-std::string GetSessionNameSynchronouslyForTesting();
+SYNC_EXPORT_PRIVATE std::string GetSessionNameSynchronouslyForTesting();
} // namespace syncer
« no previous file with comments | « sync/util/data_encryption_win.h ('k') | sync/util/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698