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

Unified Diff: components/sync/engine/commit_queue.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
« no previous file with comments | « components/sync/driver/user_selectable_sync_type.h ('k') | components/sync/engine/commit_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/commit_queue.h
diff --git a/components/sync/engine/commit_queue.h b/components/sync/engine/commit_queue.h
index 860f3ee4dc58b5bf94e15cc537bd4880289ace9d..58cd2f6c2d05503fb6f0a77eecd30aab22476156 100644
--- a/components/sync/engine/commit_queue.h
+++ b/components/sync/engine/commit_queue.h
@@ -7,7 +7,7 @@
#include "components/sync/core/non_blocking_sync_common.h"
-namespace syncer {
+namespace syncer_v2 {
// Interface used by a synced data type to issue requests to the sync backend.
class CommitQueue {
@@ -19,6 +19,6 @@ class CommitQueue {
virtual void EnqueueForCommit(const CommitRequestDataList& list) = 0;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_ENGINE_COMMIT_QUEUE_H_
« no previous file with comments | « components/sync/driver/user_selectable_sync_type.h ('k') | components/sync/engine/commit_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698