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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 c33aa6f16ad699a8df7878cbd040a5981d2786b9..a844c0b1fa804b0f367fa1ad753d2a2b9b3d39c6 100644
--- a/components/sync/syncable/model_neutral_mutable_entry.h
+++ b/components/sync/syncable/model_neutral_mutable_entry.h
@@ -15,6 +15,7 @@
#include "components/sync/syncable/entry.h"
namespace syncer {
+
class WriteNode;
namespace syncable {
@@ -105,7 +106,7 @@ class ModelNeutralMutableEntry : public Entry {
private:
friend class syncer::WriteNode;
- friend class Directory;
+ friend class syncer::syncable::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