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

Unified Diff: net/disk_cache/blockfile/file_lock.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: net/disk_cache/blockfile/file_lock.h
diff --git a/net/disk_cache/blockfile/file_lock.h b/net/disk_cache/blockfile/file_lock.h
index 3486aba18d19e15b6f01b3c9f174b852251ca6a7..db80ca88927e3cd5e1f341c901982254ad137f29 100644
--- a/net/disk_cache/blockfile/file_lock.h
+++ b/net/disk_cache/blockfile/file_lock.h
@@ -35,6 +35,7 @@ class NET_EXPORT_PRIVATE FileLock {
// Virtual to make sure the compiler never inlines the calls.
virtual void Lock();
virtual void Unlock();
+
private:
bool acquired_;
volatile int32* updating_;

Powered by Google App Engine
This is Rietveld 408576698