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

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: 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
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..7976f56ae356e4cbaa836718f8ff391163df8f7a 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
pavely 2015/09/25 18:22:38 nit: Should be syncer_v2
stanisc 2015/09/26 00:16:01 Done.

Powered by Google App Engine
This is Rietveld 408576698