| Index: components/sync/core/delete_journal.h
|
| diff --git a/sync/internal_api/public/delete_journal.h b/components/sync/core/delete_journal.h
|
| similarity index 77%
|
| rename from sync/internal_api/public/delete_journal.h
|
| rename to components/sync/core/delete_journal.h
|
| index c6aad55331b94ba12cfd95d52a1fc979f81e0c95..30e1d97b72fb3a7fb4f0b3b81753d36f91340e00 100644
|
| --- a/sync/internal_api/public/delete_journal.h
|
| +++ b/components/sync/core/delete_journal.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_DELETE_JOURNAL_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_DELETE_JOURNAL_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_DELETE_JOURNAL_H_
|
| +#define COMPONENTS_SYNC_CORE_DELETE_JOURNAL_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <set>
|
| #include <vector>
|
|
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -36,7 +36,8 @@ class SYNC_EXPORT DeleteJournal {
|
| // all types of delete journals can be returned as
|
| // SyncDataList.
|
| static void GetBookmarkDeleteJournals(
|
| - BaseTransaction* trans, BookmarkDeleteJournalList *delete_journals);
|
| + BaseTransaction* trans,
|
| + BookmarkDeleteJournalList* delete_journals);
|
|
|
| // Purge delete journals of given IDs from |trans|'s directory.
|
| static void PurgeDeleteJournals(BaseTransaction* trans,
|
| @@ -45,4 +46,4 @@ class SYNC_EXPORT DeleteJournal {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_DELETE_JOURNAL_H_
|
| +#endif // COMPONENTS_SYNC_CORE_DELETE_JOURNAL_H_
|
|
|