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

Unified Diff: components/sync/core/activation_context.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/base/proto_value_ptr.h ('k') | components/sync/core/activation_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/activation_context.h
diff --git a/components/sync/core/activation_context.h b/components/sync/core/activation_context.h
index dd8f6d0472546342648f89a3135f29a3ed523480..ea904f79b3f1674d03d12393266ef89b903e5f5c 100644
--- a/components/sync/core/activation_context.h
+++ b/components/sync/core/activation_context.h
@@ -12,7 +12,7 @@
#include "components/sync/core/non_blocking_sync_common.h"
#include "components/sync/protocol/data_type_state.pb.h"
-namespace syncer {
+namespace syncer_v2 {
// The state passed from ModelTypeProcessor to Sync thread during DataType
// activation.
@@ -28,6 +28,6 @@ struct ActivationContext {
std::unique_ptr<ModelTypeProcessor> type_processor;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_CORE_ACTIVATION_CONTEXT_H_
« no previous file with comments | « components/sync/base/proto_value_ptr.h ('k') | components/sync/core/activation_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698