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

Unified Diff: components/sync/base/get_session_name.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
« no previous file with comments | « components/sync/base/extensions_activity.h ('k') | components/sync/base/invalidation_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/get_session_name.h
diff --git a/components/sync/base/get_session_name.h b/components/sync/base/get_session_name.h
index ce7026c864bfb01f1b1f3ef22d65d508fd325b80..cc4cfef5ce254e3ff11701528166ccb76e8491c6 100644
--- a/components/sync/base/get_session_name.h
+++ b/components/sync/base/get_session_name.h
@@ -9,7 +9,6 @@
#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
-#include "components/sync/base/sync_export.h"
namespace base {
class TaskRunner;
@@ -18,11 +17,11 @@ class TaskRunner;
namespace syncer {
// Invokes |done_callback| with the session name, a UTF-8 string.
-SYNC_EXPORT void GetSessionName(
+void GetSessionName(
const scoped_refptr<base::TaskRunner>& task_runner,
const base::Callback<void(const std::string&)>& done_callback);
-SYNC_EXPORT std::string GetSessionNameSynchronouslyForTesting();
+std::string GetSessionNameSynchronouslyForTesting();
} // namespace syncer
« no previous file with comments | « components/sync/base/extensions_activity.h ('k') | components/sync/base/invalidation_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698