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

Unified Diff: sync/syncable/entry.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indent Created 8 years, 5 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
Index: sync/syncable/entry.h
diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h
index a7557588336971a79432f65ff1646bc83b015e77..69380bb7dea66924c6db532be10195048005f2a9 100644
--- a/sync/syncable/entry.h
+++ b/sync/syncable/entry.h
@@ -139,7 +139,7 @@ class Entry {
private:
friend class Directory;
- friend class syncer::ReadNode;
+ friend class ReadNode;
friend std::ostream& operator << (std::ostream& s, const Entry& e);
DISALLOW_COPY_AND_ASSIGN(Entry);

Powered by Google App Engine
This is Rietveld 408576698