| Index: sync/syncable/base_transaction.h
|
| diff --git a/sync/syncable/base_transaction.h b/sync/syncable/base_transaction.h
|
| index 2de46082fdd57e98ce7f0a6639a877766339f317..cab9e3996b356d162d657e2e57eba9cc54930745 100644
|
| --- a/sync/syncable/base_transaction.h
|
| +++ b/sync/syncable/base_transaction.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/location.h"
|
| #include "sync/syncable/syncable_id.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| class Directory;
|
| @@ -76,6 +77,7 @@ class BaseTransaction {
|
| DISALLOW_COPY_AND_ASSIGN(BaseTransaction);
|
| };
|
|
|
| -}
|
| +} // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_BASE_TRANSACTION_H_
|
|
|