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

Unified Diff: sync/syncable/mutable_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/mutable_entry.h
diff --git a/sync/syncable/mutable_entry.h b/sync/syncable/mutable_entry.h
index 60968e912463bb8173c342178fe3e31f7269f739..0c248c0290ec1fbd94aefd11de3d63582d0ecc03 100644
--- a/sync/syncable/mutable_entry.h
+++ b/sync/syncable/mutable_entry.h
@@ -87,7 +87,7 @@ class MutableEntry : public Entry {
private:
friend class Directory;
friend class WriteTransaction;
- friend class syncer::WriteNode;
+ friend class WriteNode;
Nicolas Zea 2012/07/19 19:37:56 move one line up.
akalin 2012/07/19 20:57:23 moot, now that I added syncer:: back
// Don't allow creation on heap, except by sync API wrappers.
void* operator new(size_t size) { return (::operator new)(size); }

Powered by Google App Engine
This is Rietveld 408576698