| 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);
|
|
|