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

Unified Diff: components/sync/syncable/write_transaction_info.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/syncable/transaction_observer.h ('k') | components/sync/syncable/write_transaction_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/write_transaction_info.h
diff --git a/sync/syncable/write_transaction_info.h b/components/sync/syncable/write_transaction_info.h
similarity index 73%
rename from sync/syncable/write_transaction_info.h
rename to components/sync/syncable/write_transaction_info.h
index ba64ef99d8394a0558dd565037c32f7383b4585e..c5a601932f50e9fbf8842ce3ab718c966ef38e1f 100644
--- a/sync/syncable/write_transaction_info.h
+++ b/components/sync/syncable/write_transaction_info.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_
-#define SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_
+#define COMPONENTS_SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_
#include <stddef.h>
#include <stdint.h>
#include <string>
-#include "sync/syncable/entry_kernel.h"
-#include "sync/syncable/syncable_base_transaction.h"
+#include "components/sync/syncable/entry_kernel.h"
+#include "components/sync/syncable/syncable_base_transaction.h"
namespace syncer {
namespace syncable {
@@ -37,11 +37,9 @@ struct WriteTransactionInfo {
ImmutableEntryKernelMutationMap mutations;
};
-typedef
- Immutable<WriteTransactionInfo>
- ImmutableWriteTransactionInfo;
+typedef Immutable<WriteTransactionInfo> ImmutableWriteTransactionInfo;
} // namespace syncable
} // namespace syncer
-#endif // SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_
« no previous file with comments | « components/sync/syncable/transaction_observer.h ('k') | components/sync/syncable/write_transaction_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698