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

Unified Diff: components/sync/syncable/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/directory_unittest.cc ('k') | components/sync/syncable/entry_kernel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/entry.h
diff --git a/components/sync/syncable/entry.h b/components/sync/syncable/entry.h
index 38b6fedb7b6999ad0816ef1beefd004062de1229..9124867fff9c48a7e50bb9083dcae3c0ed49eacc 100644
--- a/components/sync/syncable/entry.h
+++ b/components/sync/syncable/entry.h
@@ -15,6 +15,7 @@
#include "components/sync/syncable/entry_kernel.h"
namespace syncer {
+
class Cryptographer;
class ReadNode;
@@ -270,7 +271,7 @@ class Entry {
EntryKernel* kernel_;
private:
- friend class Directory;
+ friend class syncer::syncable::Directory;
friend class syncer::ReadNode;
friend std::ostream& operator<<(std::ostream& s, const Entry& e);
« no previous file with comments | « components/sync/syncable/directory_unittest.cc ('k') | components/sync/syncable/entry_kernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698