Chromium Code Reviews| Index: sync/syncable/scoped_kernel_lock.h |
| diff --git a/sync/syncable/scoped_kernel_lock.h b/sync/syncable/scoped_kernel_lock.h |
| index affc375ab811c7498dc93294e0fa786c36e5bb40..c684810c062ace7ceead062af195a32db192e41b 100644 |
| --- a/sync/syncable/scoped_kernel_lock.h |
| +++ b/sync/syncable/scoped_kernel_lock.h |
| @@ -19,7 +19,7 @@ class ScopedKernelLock { |
| ~ScopedKernelLock(); |
| base::AutoLock scoped_lock_; |
| - Directory* const dir_; |
| + const Directory* const dir_; |
| DISALLOW_COPY_AND_ASSIGN(ScopedKernelLock); |
| }; |