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

Unified Diff: components/sync/base/sync_db_util.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/progress_marker_map.h ('k') | components/sync/base/sync_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/sync_db_util.h
diff --git a/components/sync/base/sync_db_util.h b/components/sync/base/sync_db_util.h
index 8eb2babc7180c542469e951d67d8ddf5d1c04e6c..e5e7342b8f43fa289cca6b9867cbedbabf713f32 100644
--- a/components/sync/base/sync_db_util.h
+++ b/components/sync/base/sync_db_util.h
@@ -8,7 +8,6 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
-#include "components/sync/base/sync_export.h"
namespace base {
class FilePath;
@@ -20,7 +19,7 @@ namespace syncer {
// Check integrity of sync DB under |sync_dir|. Invoke |callback| with last
// modified time if integrity check passes, with NULL time otherwise. This
// is called on either sync thread or IO thread.
-SYNC_EXPORT void CheckSyncDbLastModifiedTime(
+void CheckSyncDbLastModifiedTime(
const base::FilePath& sync_dir,
scoped_refptr<base::SingleThreadTaskRunner> callback_runner,
base::Callback<void(base::Time)> callback);
« no previous file with comments | « components/sync/base/progress_marker_map.h ('k') | components/sync/base/sync_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698