| 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_;
|
|
|