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.
|