| Index: sync/syncable/dir_open_result.h
|
| diff --git a/sync/syncable/dir_open_result.h b/sync/syncable/dir_open_result.h
|
| index 8fe5171aa4471f00c749fdc4121b8a435da567aa..69bb08d88b910e4a4df5612789999bdfe1f50900 100644
|
| --- a/sync/syncable/dir_open_result.h
|
| +++ b/sync/syncable/dir_open_result.h
|
| @@ -6,6 +6,7 @@
|
| #define SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
|
| #pragma once
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
| enum DirOpenResult { NOT_INITIALIZED,
|
| OPENED, // success.
|
| @@ -18,5 +19,6 @@ enum DirOpenResult { NOT_INITIALIZED,
|
| FAILED_IN_UNITTEST, // For tests.
|
| };
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_DIR_OPEN_RESULT_H_
|
|
|