Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(805)

Unified Diff: sync/syncable/dir_open_result.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698