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