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

Unified Diff: components/sync/syncable/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/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 9124867fff9c48a7e50bb9083dcae3c0ed49eacc..38b6fedb7b6999ad0816ef1beefd004062de1229 100644
--- a/components/sync/syncable/entry.h
+++ b/components/sync/syncable/entry.h
@@ -15,7 +15,6 @@
#include "components/sync/syncable/entry_kernel.h"
namespace syncer {
-
class Cryptographer;
class ReadNode;
@@ -271,7 +270,7 @@ class Entry {
EntryKernel* kernel_;
private:
- friend class syncer::syncable::Directory;
+ friend class 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