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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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 e4088895b07b4c4849763e11097897d4d5c8ba46..d1c77e9eb83bb63cac970963f2b70e01ac847527 100644
--- a/components/sync/syncable/dir_open_result.h
+++ b/components/sync/syncable/dir_open_result.h
@@ -7,7 +7,6 @@
namespace syncer {
namespace syncable {
-
enum DirOpenResult {
NOT_INITIALIZED,
OPENED, // success.
@@ -20,7 +19,6 @@ 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