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

Unified Diff: chrome/browser/sync/syncable/syncable.h

Issue 273058: Fix some warnings on Mac that are treated as errors:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/browser/sync/syncable/syncable.h
===================================================================
--- chrome/browser/sync/syncable/syncable.h (revision 29024)
+++ chrome/browser/sync/syncable/syncable.h (working copy)
@@ -839,7 +839,6 @@
friend class ScopedKernelLock;
friend class ScopedKernelUnlock;
friend class WriteTransaction;
- friend class TestUnsaveableDirectory;
public:
// Various data that the Directory::Kernel we are backing (persisting data
// for) needs saved across runs of the application.

Powered by Google App Engine
This is Rietveld 408576698