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

Unified Diff: components/sync/syncable/dir_open_result.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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: components/sync/syncable/dir_open_result.h
diff --git a/components/sync/syncable/dir_open_result.h b/components/sync/syncable/dir_open_result.h
index d1c77e9eb83bb63cac970963f2b70e01ac847527..e4088895b07b4c4849763e11097897d4d5c8ba46 100644
--- a/components/sync/syncable/dir_open_result.h
+++ b/components/sync/syncable/dir_open_result.h
@@ -7,6 +7,7 @@
namespace syncer {
namespace syncable {
+
enum DirOpenResult {
NOT_INITIALIZED,
OPENED, // success.
@@ -19,6 +20,7 @@ enum DirOpenResult {
FAILED_IN_UNITTEST, // For tests.
FAILED_INITIAL_WRITE, // Early write to DB failed.
};
+
} // namespace syncable
} // namespace syncer
« no previous file with comments | « components/sync/engine_impl/worker_entity_tracker_unittest.cc ('k') | components/sync/syncable/directory_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698