| Index: sync/syncable/scoped_kernel_lock.h
|
| diff --git a/sync/syncable/scoped_kernel_lock.h b/sync/syncable/scoped_kernel_lock.h
|
| index aaac150d848ce622e3b266f9f29da8c9f72deb46..d37cc92e7f73f3e854d00989fe4a57ee648e56b0 100644
|
| --- a/sync/syncable/scoped_kernel_lock.h
|
| +++ b/sync/syncable/scoped_kernel_lock.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/synchronization/lock.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| class Directory;
|
| @@ -24,5 +25,6 @@ class ScopedKernelLock {
|
| };
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
|
|
|