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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/entry.h ('k') | components/sync/syncable/model_neutral_mutable_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/entry_kernel.h
diff --git a/components/sync/syncable/entry_kernel.h b/components/sync/syncable/entry_kernel.h
index d231c30081068b11cc96ed94ede0989e5f093f41..82a58988864e4be3788ef8c9e71a3a41fd65686a 100644
--- a/components/sync/syncable/entry_kernel.h
+++ b/components/sync/syncable/entry_kernel.h
@@ -9,7 +9,6 @@
#include <algorithm>
#include <map>
-#include <memory>
#include <set>
#include <string>
@@ -195,8 +194,9 @@ enum { BIT_TEMPS_COUNT = BIT_TEMPS_END - BIT_TEMPS_BEGIN };
struct EntryKernel {
private:
- typedef ProtoValuePtr<sync_pb::EntitySpecifics> EntitySpecificsPtr;
- typedef ProtoValuePtr<sync_pb::AttachmentMetadata> AttachmentMetadataPtr;
+ typedef syncer::ProtoValuePtr<sync_pb::EntitySpecifics> EntitySpecificsPtr;
+ typedef syncer::ProtoValuePtr<sync_pb::AttachmentMetadata>
+ AttachmentMetadataPtr;
std::string string_fields[STRING_FIELDS_COUNT];
EntitySpecificsPtr specifics_fields[PROTO_FIELDS_COUNT];
« no previous file with comments | « components/sync/syncable/entry.h ('k') | components/sync/syncable/model_neutral_mutable_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698