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

Unified Diff: components/sync/syncable/model_neutral_mutable_entry.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_kernel.h ('k') | components/sync/syncable/model_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/model_neutral_mutable_entry.h
diff --git a/components/sync/syncable/model_neutral_mutable_entry.h b/components/sync/syncable/model_neutral_mutable_entry.h
index a844c0b1fa804b0f367fa1ad753d2a2b9b3d39c6..c33aa6f16ad699a8df7878cbd040a5981d2786b9 100644
--- a/components/sync/syncable/model_neutral_mutable_entry.h
+++ b/components/sync/syncable/model_neutral_mutable_entry.h
@@ -15,7 +15,6 @@
#include "components/sync/syncable/entry.h"
namespace syncer {
-
class WriteNode;
namespace syncable {
@@ -106,7 +105,7 @@ class ModelNeutralMutableEntry : public Entry {
private:
friend class syncer::WriteNode;
- friend class syncer::syncable::Directory;
+ friend class Directory;
// Don't allow creation on heap, except by sync API wrappers.
void* operator new(size_t size) { return (::operator new)(size); }
« no previous file with comments | « components/sync/syncable/entry_kernel.h ('k') | components/sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698