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

Unified Diff: sync/internal_api/activation_context.cc

Issue 1368683003: USS SyncContextProxy / data type activation refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback Created 5 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
« no previous file with comments | « sync/engine/model_type_processor_impl_unittest.cc ('k') | sync/internal_api/public/activation_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/activation_context.cc
diff --git a/sync/api/model_type_store.cc b/sync/internal_api/activation_context.cc
similarity index 53%
copy from sync/api/model_type_store.cc
copy to sync/internal_api/activation_context.cc
index 2555ddc87b34871da9993a70c03ae84b2a0e2791..d6d5c58d865e200dd65615303aecfceb64dd5cce 100644
--- a/sync/api/model_type_store.cc
+++ b/sync/internal_api/activation_context.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/api/model_type_store.h"
+#include "sync/internal_api/public/activation_context.h"
namespace syncer_v2 {
-ModelTypeStore::ModelTypeStore() {}
+ActivationContext::ActivationContext() {}
-ModelTypeStore::~ModelTypeStore() {}
+ActivationContext::~ActivationContext() {}
-} // namespace sync_v2
+} // namespace syncer_v2
« no previous file with comments | « sync/engine/model_type_processor_impl_unittest.cc ('k') | sync/internal_api/public/activation_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698